Uses of Enum Class
net.minecraft.network.packet.s2c.play.PlayerListS2CPacket.Action
Packages that use PlayerListS2CPacket.Action
-
Uses of PlayerListS2CPacket.Action in net.minecraft.client.network
Methods in net.minecraft.client.network with parameters of type PlayerListS2CPacket.ActionModifier and TypeMethodDescriptionprivate void
ClientPlayNetworkHandler.handlePlayerListAction
(PlayerListS2CPacket.Action action, PlayerListS2CPacket.Entry receivedEntry, PlayerListEntry currentEntry) -
Uses of PlayerListS2CPacket.Action in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play with type parameters of type PlayerListS2CPacket.ActionModifier and TypeFieldDescriptionprivate final EnumSet
<PlayerListS2CPacket.Action> PlayerListS2CPacket.actions
Methods in net.minecraft.network.packet.s2c.play that return PlayerListS2CPacket.ActionModifier 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.Methods in net.minecraft.network.packet.s2c.play that return types with arguments of type PlayerListS2CPacket.ActionConstructors in net.minecraft.network.packet.s2c.play with parameters of type PlayerListS2CPacket.ActionModifierConstructorDescriptionPlayerListS2CPacket
(PlayerListS2CPacket.Action action, ServerPlayerEntity player) Constructor parameters in net.minecraft.network.packet.s2c.play with type arguments of type PlayerListS2CPacket.ActionModifierConstructorDescriptionPlayerListS2CPacket
(EnumSet<PlayerListS2CPacket.Action> actions, Collection<ServerPlayerEntity> players)