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 voidClientPacketListener.applyPlayerInfoUpdate(ClientboundPlayerInfoUpdatePacket.Action action, ClientboundPlayerInfoUpdatePacket.Entry entry, PlayerInfo info) -
Uses of ClientboundPlayerInfoUpdatePacket.Action in net.minecraft.network.protocol.game
Subclasses with type arguments of type ClientboundPlayerInfoUpdatePacket.Action in net.minecraft.network.protocol.gameFields in net.minecraft.network.protocol.game with type parameters of type ClientboundPlayerInfoUpdatePacket.ActionModifier and TypeFieldDescriptionprivate final EnumSet<ClientboundPlayerInfoUpdatePacket.Action> ClientboundPlayerInfoUpdatePacket.actionsprivate static final IntFunction<ClientboundPlayerInfoUpdatePacket.Action> ClientboundPlayerInfoUpdatePacket.Action.BY_IDstatic final StreamCodec<io.netty.buffer.ByteBuf, ClientboundPlayerInfoUpdatePacket.Action> ClientboundPlayerInfoUpdatePacket.Action.STREAM_CODECMethods 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.ActionMethod parameters in net.minecraft.network.protocol.game with type arguments of type ClientboundPlayerInfoUpdatePacket.ActionModifier and TypeMethodDescriptionprivate static StreamCodec<RegistryFriendlyByteBuf, ClientboundPlayerInfoUpdatePacket.Entry> ClientboundPlayerInfoUpdatePacket.entryCodec(EnumSet<ClientboundPlayerInfoUpdatePacket.Action> actions) Constructors in net.minecraft.network.protocol.game with parameters of type ClientboundPlayerInfoUpdatePacket.ActionModifierConstructorDescriptionClientboundPlayerInfoUpdatePacket(ClientboundPlayerInfoUpdatePacket.Action action, ServerPlayer player) Constructor parameters in net.minecraft.network.protocol.game with type arguments of type ClientboundPlayerInfoUpdatePacket.ActionModifierConstructorDescriptionClientboundPlayerInfoUpdatePacket(EnumSet<ClientboundPlayerInfoUpdatePacket.Action> actions, Collection<ServerPlayer> players)