Uses of Enum Class
net.minecraft.network.packet.s2c.play.PlayerListS2CPacket.Action
-
Uses of PlayerListS2CPacket.Action in net.minecraft.network.packet.s2c.play
Modifier and TypeFieldDescriptionprivate final PlayerListS2CPacket.Action
PlayerListS2CPacket.action
Modifier and TypeMethodDescriptionPlayerListS2CPacket.getAction()
static PlayerListS2CPacket.Action
Returns the enum constant of this class with the specified name.static PlayerListS2CPacket.Action[]
PlayerListS2CPacket.Action.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionPlayerListS2CPacket
(PlayerListS2CPacket.Action action, Collection<ServerPlayerEntity> players) PlayerListS2CPacket
(PlayerListS2CPacket.Action action, ServerPlayerEntity[] players)