Package | Description |
---|---|
com.comphenix.protocol.timing |
Modifier and Type | Method and Description |
---|---|
TimedTracker |
TimedListenerManager.getTracker(PacketListener listener,
TimedListenerManager.ListenerType type)
Retrieve the timed tracker associated with the given listener and listener type.
|
TimedTracker |
TimedListenerManager.getTracker(org.bukkit.plugin.Plugin plugin,
TimedListenerManager.ListenerType type)
Retrieve the timed tracker associated with the given plugin and listener type.
|
TimedTracker |
TimedListenerManager.getTracker(java.lang.String pluginName,
TimedListenerManager.ListenerType type)
Retrieve the timed tracker associated with the given plugin and listener type.
|