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 TypeMethodDescriptionvoidClientPacketListener.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_EXPERIENCEstatic final StreamCodec<FriendlyByteBuf, ClientboundSetExperiencePacket> ClientboundSetExperiencePacket.STREAM_CODECMethods 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 TypeMethodDescriptionvoidClientGamePacketListener.handleSetExperience(ClientboundSetExperiencePacket p_131436_)