Uses of Enum Class
net.minecraft.network.play.server.SPlayerListItemPacket.Action
Packages that use SPlayerListItemPacket.Action
-
Uses of SPlayerListItemPacket.Action in net.minecraft.network.play.server
Fields in net.minecraft.network.play.server declared as SPlayerListItemPacket.ActionModifier and TypeFieldDescriptionprivate SPlayerListItemPacket.Action
SPlayerListItemPacket.action
Methods in net.minecraft.network.play.server that return SPlayerListItemPacket.ActionModifier 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.Constructors in net.minecraft.network.play.server with parameters of type SPlayerListItemPacket.ActionModifierConstructorDescriptionSPlayerListItemPacket
(SPlayerListItemPacket.Action p_i46930_1_, Iterable<ServerPlayerEntity> p_i46930_2_) SPlayerListItemPacket
(SPlayerListItemPacket.Action p_i46929_1_, ServerPlayerEntity... p_i46929_2_)