Uses of Class
net.minecraft.network.play.server.SPlayerListItemPacket.Action
-
Packages that use SPlayerListItemPacket.Action Package Description net.minecraft.network.play.server -
-
Uses of SPlayerListItemPacket.Action in net.minecraft.network.play.server
Fields in net.minecraft.network.play.server declared as SPlayerListItemPacket.Action Modifier and Type Field Description private SPlayerListItemPacket.Action
SPlayerListItemPacket. action
Methods in net.minecraft.network.play.server that return SPlayerListItemPacket.Action Modifier and Type Method Description SPlayerListItemPacket.Action
SPlayerListItemPacket. getAction()
static SPlayerListItemPacket.Action
SPlayerListItemPacket.Action. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SPlayerListItemPacket.Action[]
SPlayerListItemPacket.Action. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.minecraft.network.play.server with parameters of type SPlayerListItemPacket.Action Constructor Description SPlayerListItemPacket(SPlayerListItemPacket.Action p_i46930_1_, java.lang.Iterable<ServerPlayerEntity> p_i46930_2_)
SPlayerListItemPacket(SPlayerListItemPacket.Action p_i46929_1_, ServerPlayerEntity... p_i46929_2_)
-