Uses of Enum Class
net.minecraft.network.protocol.game.ClientboundPlayerInfoUpdatePacket.Action
-
Uses of ClientboundPlayerInfoUpdatePacket.Action in net.minecraft.client.multiplayer
Modifier 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
Modifier and TypeFieldDescriptionprivate final EnumSet<ClientboundPlayerInfoUpdatePacket.Action>
ClientboundPlayerInfoUpdatePacket.actions
Modifier 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.ModifierConstructorDescriptionClientboundPlayerInfoUpdatePacket
(ClientboundPlayerInfoUpdatePacket.Action p_251648_, ServerPlayer p_252273_) ModifierConstructorDescriptionClientboundPlayerInfoUpdatePacket
(EnumSet<ClientboundPlayerInfoUpdatePacket.Action> p_251739_, Collection<ServerPlayer> p_251579_)