Uses of Enum Class
net.minecraft.network.play.server.SPlayerListItemPacket.Action
-
Uses of SPlayerListItemPacket.Action in net.minecraft.network.play.server
Modifier and TypeFieldDescriptionprivate SPlayerListItemPacket.Action
SPlayerListItemPacket.action
Modifier and TypeMethodDescriptionSPlayerListItemPacket.getAction()
static SPlayerListItemPacket.Action
Returns the enum constant of this class with the specified name.static SPlayerListItemPacket.Action[]
SPlayerListItemPacket.Action.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionSPlayerListItemPacket
(SPlayerListItemPacket.Action p_i46930_1_, Iterable<ServerPlayerEntity> p_i46930_2_) SPlayerListItemPacket
(SPlayerListItemPacket.Action p_i46929_1_, ServerPlayerEntity... p_i46929_2_)