Uses of Enum Class
net.minecraft.network.protocol.game.ClientboundPlayerInfoPacket.Action
-
Uses of ClientboundPlayerInfoPacket.Action in net.minecraft.network.protocol.game
Modifier and TypeFieldDescriptionprivate final ClientboundPlayerInfoPacket.Action
ClientboundPlayerInfoPacket.action
Modifier and TypeMethodDescriptionClientboundPlayerInfoPacket.getAction()
Returns the enum constant of this class with the specified name.static ClientboundPlayerInfoPacket.Action[]
ClientboundPlayerInfoPacket.Action.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionClientboundPlayerInfoPacket
(ClientboundPlayerInfoPacket.Action p_179083_, Collection<ServerPlayer> p_179084_) ClientboundPlayerInfoPacket
(ClientboundPlayerInfoPacket.Action p_132724_, ServerPlayer... p_132725_)