Uses of Enum Class
me.internalizable.numdrassl.api.event.packet.PacketDirection
Packages that use PacketDirection
-
Uses of PacketDirection in me.internalizable.numdrassl.api.event.packet
Subclasses with type arguments of type PacketDirection in me.internalizable.numdrassl.api.event.packetModifier and TypeClassDescriptionenumDirection of packet flow through the proxy.Methods in me.internalizable.numdrassl.api.event.packet that return PacketDirectionModifier and TypeMethodDescriptionPacketEvent.getDirection()Get the direction of the packet.static PacketDirectionReturns the enum constant of this class with the specified name.static PacketDirection[]PacketDirection.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in me.internalizable.numdrassl.api.event.packet with parameters of type PacketDirectionModifierConstructorDescriptionPacketEvent(Player player, PacketDirection direction, Object packet)