Uses of Enum Class
dev.magicmq.pyspigot.bukkit.manager.protocol.ListenerType
Packages that use ListenerType
Package
Description
Contains all classes related to ProtocolLib and the protocol manager for Bukkit.
-
Uses of ListenerType in dev.magicmq.pyspigot.bukkit.manager.protocol
Methods in dev.magicmq.pyspigot.bukkit.manager.protocol that return ListenerTypeModifier and TypeMethodDescriptionScriptPacketListener.getListenerType()The listener type of this listener.static ListenerTypeReturns the enum constant of this class with the specified name.static ListenerType[]ListenerType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in dev.magicmq.pyspigot.bukkit.manager.protocol with parameters of type ListenerTypeModifierConstructorDescriptionPacketReceivingListener(dev.magicmq.pyspigot.manager.script.Script script, PyFunction function, PacketType packetType, ListenerPriority listenerPriority, ListenerType listenerType) PacketSendingListener(dev.magicmq.pyspigot.manager.script.Script script, PyFunction function, PacketType packetType, ListenerPriority listenerPriority, ListenerType listenerType) ScriptPacketListener(dev.magicmq.pyspigot.manager.script.Script script, PyFunction function, PacketType packetType, ListenerPriority listenerPriority, ListenerType listenerType)