Class VelocityPingCounter
java.lang.Object
net.playeranalytics.plugin.scheduling.PluginRunnable
com.djrapitops.plan.TaskSystem.Task
com.djrapitops.plan.gathering.timed.VelocityPingCounter
- All Implemented Interfaces:
Runnable
Task that handles player ping calculation on Velocity based servers.
Based on PingCountTimerBungee
-
Constructor Summary
ConstructorDescriptionVelocityPingCounter
(net.playeranalytics.plugin.server.Listeners listeners, PlanVelocity plugin, PlanConfig config, DBSystem dbSystem, ServerInfo serverInfo) -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
void
onPlayerJoin
(com.velocitypowered.api.event.player.ServerConnectedEvent joinEvent) void
onPlayerQuit
(com.velocitypowered.api.event.connection.DisconnectEvent quitEvent) void
register
(net.playeranalytics.plugin.scheduling.RunnableFactory runnableFactory) void
removePlayer
(com.velocitypowered.api.proxy.Player player) void
run()
Methods inherited from class net.playeranalytics.plugin.scheduling.PluginRunnable
cancel
-
Constructor Details
-
VelocityPingCounter
@Inject public VelocityPingCounter(net.playeranalytics.plugin.server.Listeners listeners, PlanVelocity plugin, PlanConfig config, DBSystem dbSystem, ServerInfo serverInfo)
-
-
Method Details
-
run
public void run() -
register
public void register(net.playeranalytics.plugin.scheduling.RunnableFactory runnableFactory) - Specified by:
register
in classTaskSystem.Task
-
removePlayer
public void removePlayer(com.velocitypowered.api.proxy.Player player) -
onPlayerJoin
public void onPlayerJoin(com.velocitypowered.api.event.player.ServerConnectedEvent joinEvent) -
onPlayerQuit
public void onPlayerQuit(com.velocitypowered.api.event.connection.DisconnectEvent quitEvent) -
clear
public void clear()
-