Uses of Enum Class
net.minecraft.network.protocol.game.ClientboundPlayerInfoPacket.Action
Packages that use ClientboundPlayerInfoPacket.Action
-
Uses of ClientboundPlayerInfoPacket.Action in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game declared as ClientboundPlayerInfoPacket.ActionModifier and TypeFieldDescriptionprivate final ClientboundPlayerInfoPacket.Action
ClientboundPlayerInfoPacket.action
Methods in net.minecraft.network.protocol.game that return ClientboundPlayerInfoPacket.ActionModifier 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.Constructors in net.minecraft.network.protocol.game with parameters of type ClientboundPlayerInfoPacket.ActionModifierConstructorDescriptionClientboundPlayerInfoPacket
(ClientboundPlayerInfoPacket.Action p_179083_, Collection<ServerPlayer> p_179084_) ClientboundPlayerInfoPacket
(ClientboundPlayerInfoPacket.Action p_132724_, ServerPlayer... p_132725_)