Uses of Enum Class
moe.caramel.daydream.event.packet.PacketType.Client
-
Uses of PacketType.Client in moe.caramel.daydream.event.packet
Modifier and TypeMethodDescriptionReceivePacketEvent.getPacketType()
클라이언트가 보낸 패킷의 종류를 가져옵니다.static PacketType.Client
Returns the enum constant of this class with the specified name.static PacketType.Client[]
PacketType.Client.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionReceivePacketEvent
(Player who, PacketType.Client packetType, boolean async)