Uses of Class
net.minecraft.network.protocol.game.ClientboundAddExperienceOrbPacket
Packages that use ClientboundAddExperienceOrbPacket
-
Uses of ClientboundAddExperienceOrbPacket in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type ClientboundAddExperienceOrbPacketModifier and TypeMethodDescriptionvoid
ClientPacketListener.handleAddExperienceOrb
(ClientboundAddExperienceOrbPacket pPacket) Spawns an experience orb and sets its value (amount of XP) -
Uses of ClientboundAddExperienceOrbPacket in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game with type parameters of type ClientboundAddExperienceOrbPacketModifier and TypeFieldDescriptionstatic final PacketType
<ClientboundAddExperienceOrbPacket> GamePacketTypes.CLIENTBOUND_ADD_EXPERIENCE_ORB
static final StreamCodec
<FriendlyByteBuf, ClientboundAddExperienceOrbPacket> ClientboundAddExperienceOrbPacket.STREAM_CODEC
Methods in net.minecraft.network.protocol.game that return types with arguments of type ClientboundAddExperienceOrbPacketMethods in net.minecraft.network.protocol.game with parameters of type ClientboundAddExperienceOrbPacketModifier and TypeMethodDescriptionvoid
ClientGamePacketListener.handleAddExperienceOrb
(ClientboundAddExperienceOrbPacket pPacket) Spawns an experience orb and sets its value (amount of XP)