Uses of Class
net.minecraft.network.packet.s2c.play.PlayerListS2CPacket.Action
| Package | Description |
|---|---|
| net.minecraft.network.packet.s2c.play |
-
Uses of PlayerListS2CPacket.Action in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play declared as PlayerListS2CPacket.Action Modifier and Type Field Description private PlayerListS2CPacket.ActionPlayerListS2CPacket. actionMethods in net.minecraft.network.packet.s2c.play that return PlayerListS2CPacket.Action Modifier and Type Method Description PlayerListS2CPacket.ActionPlayerListS2CPacket. getAction()static PlayerListS2CPacket.ActionPlayerListS2CPacket.Action. valueOf(String name)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.Action Constructor Description PlayerListS2CPacket(PlayerListS2CPacket.Action action, Collection<ServerPlayerEntity> players)PlayerListS2CPacket(PlayerListS2CPacket.Action action, ServerPlayerEntity[] players)