| Package | Description |
|---|---|
| com.comphenix.protocol.timing |
| Modifier and Type | Method and Description |
|---|---|
static TimedListenerManager.ListenerType |
TimedListenerManager.ListenerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimedListenerManager.ListenerType[] |
TimedListenerManager.ListenerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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(String pluginName,
TimedListenerManager.ListenerType type)
Retrieve the timed tracker associated with the given plugin and listener type.
|
Copyright © 2012–2017 Comphenix and dmulloy2. Licensed under the GNU GPL v2.