Uses of Class
net.minecraft.world.entity.ExperienceOrb
Packages that use ExperienceOrb
Package
Description
-
Uses of ExperienceOrb in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type ExperienceOrbModifier and TypeMethodDescriptionprotected int
ExperienceOrbRenderer.getBlockLightLevel
(ExperienceOrb p_114606_, BlockPos p_114607_) ExperienceOrbRenderer.getTextureLocation
(ExperienceOrb p_114597_) void
ExperienceOrbRenderer.render
(ExperienceOrb p_114599_, float p_114600_, float p_114601_, PoseStack p_114602_, MultiBufferSource p_114603_, int p_114604_) -
Uses of ExperienceOrb in net.minecraft.network.protocol.game
Constructors in net.minecraft.network.protocol.game with parameters of type ExperienceOrb -
Uses of ExperienceOrb in net.minecraft.world.entity
Fields in net.minecraft.world.entity with type parameters of type ExperienceOrbModifier and TypeFieldDescriptionstatic final EntityType<ExperienceOrb>
EntityType.EXPERIENCE_ORB
Methods in net.minecraft.world.entity with parameters of type ExperienceOrbModifier and TypeMethodDescriptionprivate boolean
ExperienceOrb.canMerge
(ExperienceOrb p_147087_) private static boolean
ExperienceOrb.canMerge
(ExperienceOrb p_147089_, int p_147090_, int p_147091_) private void
ExperienceOrb.merge
(ExperienceOrb p_147101_) Constructor parameters in net.minecraft.world.entity with type arguments of type ExperienceOrbModifierConstructorDescriptionExperienceOrb
(EntityType<? extends ExperienceOrb> p_20773_, Level p_20774_) -
Uses of ExperienceOrb in net.neoforged.neoforge.event.entity.player
Fields in net.neoforged.neoforge.event.entity.player declared as ExperienceOrbMethods in net.neoforged.neoforge.event.entity.player that return ExperienceOrbConstructors in net.neoforged.neoforge.event.entity.player with parameters of type ExperienceOrb