Uses of Enum Class
net.minecraft.network.protocol.game.ClientboundPlayerInfoUpdatePacket.Action
Packages that use ClientboundPlayerInfoUpdatePacket.Action
-
Uses of ClientboundPlayerInfoUpdatePacket.Action in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundPlayerInfoUpdatePacket.ActionModifier and TypeMethodDescriptionprivate void
ClientPacketListener.applyPlayerInfoUpdate
(ClientboundPlayerInfoUpdatePacket.Action p_248954_, ClientboundPlayerInfoUpdatePacket.Entry p_251310_, PlayerInfo p_251146_) -
Uses of ClientboundPlayerInfoUpdatePacket.Action in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ClientboundPlayerInfoUpdatePacket.ActionModifier and TypeFieldDescriptionprivate final EnumSet<ClientboundPlayerInfoUpdatePacket.Action>
ClientboundPlayerInfoUpdatePacket.actions
Methods in net.minecraft.network.protocol.game that return ClientboundPlayerInfoUpdatePacket.ActionModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.ClientboundPlayerInfoUpdatePacket.Action.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.network.protocol.game that return types with arguments of type ClientboundPlayerInfoUpdatePacket.ActionConstructors in net.minecraft.network.protocol.game with parameters of type ClientboundPlayerInfoUpdatePacket.ActionModifierConstructorDescriptionClientboundPlayerInfoUpdatePacket
(ClientboundPlayerInfoUpdatePacket.Action p_251648_, ServerPlayer p_252273_) Constructor parameters in net.minecraft.network.protocol.game with type arguments of type ClientboundPlayerInfoUpdatePacket.ActionModifierConstructorDescriptionClientboundPlayerInfoUpdatePacket
(EnumSet<ClientboundPlayerInfoUpdatePacket.Action> p_251739_, Collection<ServerPlayer> p_251579_)