Uses of Enum Class
moe.caramel.daydream.event.packet.PacketType.Server
-
Uses of PacketType.Server in moe.caramel.daydream.event.packet
Modifier and TypeMethodDescriptionSendPacketEvent.getPacketType()
서버가 보낼 패킷의 종류를 가져옵니다.static PacketType.Server
Returns the enum constant of this class with the specified name.static PacketType.Server[]
PacketType.Server.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionSendPacketEvent
(Player who, PacketType.Server packetType, boolean async)