Uses of Enum
net.minecraft.network.packet.s2c.play.PlayerListS2CPacket.Action
Packages that use PlayerListS2CPacket.Action
-
Uses of PlayerListS2CPacket.Action in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play declared as PlayerListS2CPacket.ActionMethods in net.minecraft.network.packet.s2c.play that return PlayerListS2CPacket.ActionModifier and TypeMethodDescriptionPlayerListS2CPacket.getAction()
static PlayerListS2CPacket.Action
Returns the enum constant of this type with the specified name.static PlayerListS2CPacket.Action[]
PlayerListS2CPacket.Action.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.minecraft.network.packet.s2c.play with parameters of type PlayerListS2CPacket.ActionModifierConstructorDescriptionPlayerListS2CPacket(PlayerListS2CPacket.Action action, Collection<ServerPlayerEntity> players)
PlayerListS2CPacket(PlayerListS2CPacket.Action action, ServerPlayerEntity[] players)