Uses of Class
net.minecraft.network.protocol.game.ClientboundSetExperiencePacket
Packages that use ClientboundSetExperiencePacket
-
Uses of ClientboundSetExperiencePacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundSetExperiencePacketModifier and TypeMethodDescriptionvoid
ClientPacketListener.handleSetExperience
(ClientboundSetExperiencePacket p_105096_) -
Uses of ClientboundSetExperiencePacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ClientboundSetExperiencePacketModifier and TypeFieldDescriptionstatic final PacketType
<ClientboundSetExperiencePacket> GamePacketTypes.CLIENTBOUND_SET_EXPERIENCE
static final StreamCodec
<FriendlyByteBuf, ClientboundSetExperiencePacket> ClientboundSetExperiencePacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.game that return types with arguments of type ClientboundSetExperiencePacketMethods in net.minecraft.network.protocol.game with parameters of type ClientboundSetExperiencePacketModifier and TypeMethodDescriptionvoid
ClientGamePacketListener.handleSetExperience
(ClientboundSetExperiencePacket p_131436_)