Uses of Enum Class
net.minecraft.network.packet.s2c.play.PlayerListS2CPacket.Action
-
Uses of PlayerListS2CPacket.Action in net.minecraft.client.network
Modifier and TypeMethodDescriptionprivate void
ClientPlayNetworkHandler.handlePlayerListAction
(PlayerListS2CPacket.Action action, PlayerListS2CPacket.Entry receivedEntry, PlayerListEntry currentEntry) -
Uses of PlayerListS2CPacket.Action in net.minecraft.network.packet.s2c.play
Modifier and TypeFieldDescriptionprivate final EnumSet<PlayerListS2CPacket.Action>
PlayerListS2CPacket.actions
Modifier and TypeMethodDescriptionstatic 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, ServerPlayerEntity player) ModifierConstructorDescriptionPlayerListS2CPacket
(EnumSet<PlayerListS2CPacket.Action> actions, Collection<ServerPlayerEntity> players)