Uses of Enum Class
moe.caramel.daydream.packet.PlayerInfoUpdatePacket.Action
-
Uses of PlayerInfoUpdatePacket.Action in moe.caramel.daydream.packet
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static PlayerInfoUpdatePacket.Action[]
PlayerInfoUpdatePacket.Action.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionPlayerInfoUpdatePacket.create
(EnumSet<PlayerInfoUpdatePacket.Action> actions, Collection<PlayerInfoUpdatePacket.PlayerData> data) 패킷을 생성합니다.default PlayerInfoUpdatePacket
PlayerInfoUpdatePacket.create
(EnumSet<PlayerInfoUpdatePacket.Action> actions, PlayerInfoUpdatePacket.PlayerData... data) 패킷을 생성합니다.PlayerInfoUpdatePacket.create
(EnumSet<PlayerInfoUpdatePacket.Action> actions, Player... players) 패킷을 생성합니다.