Uses of Enum Class
com.comphenix.protocol.timing.TimedListenerManager.ListenerType
Packages that use TimedListenerManager.ListenerType
-
Uses of TimedListenerManager.ListenerType in com.comphenix.protocol.timing
Methods in com.comphenix.protocol.timing that return TimedListenerManager.ListenerTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static TimedListenerManager.ListenerType[]TimedListenerManager.ListenerType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.comphenix.protocol.timing with parameters of type TimedListenerManager.ListenerTypeModifier and TypeMethodDescriptionTimedListenerManager.getTracker(PacketListener listener, TimedListenerManager.ListenerType type)Retrieve the timed tracker associated with the given listener and listener type.TimedListenerManager.getTracker(String pluginName, TimedListenerManager.ListenerType type)Retrieve the timed tracker associated with the given plugin and listener type.TimedListenerManager.getTracker(org.bukkit.plugin.Plugin plugin, TimedListenerManager.ListenerType type)Retrieve the timed tracker associated with the given plugin and listener type.