Uses of Class
net.minecraft.world.entity.boss.enderdragon.EndCrystal
Packages that use EndCrystal
Package
Description
-
Uses of EndCrystal in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type EndCrystalModifier and TypeMethodDescriptionvoidEndCrystalRenderer.extractRenderState(EndCrystal p_362185_, EndCrystalRenderState p_364683_, float p_362440_) booleanEndCrystalRenderer.shouldRender(EndCrystal livingEntity, Frustum camera, double camX, double camY, double camZ) -
Uses of EndCrystal in net.minecraft.world.entity
Fields in net.minecraft.world.entity with type parameters of type EndCrystal -
Uses of EndCrystal in net.minecraft.world.entity.boss.enderdragon
Fields in net.minecraft.world.entity.boss.enderdragon declared as EndCrystalMethods in net.minecraft.world.entity.boss.enderdragon with parameters of type EndCrystalModifier and TypeMethodDescriptionvoidEnderDragon.onCrystalDestroyed(ServerLevel level, EndCrystal crystal, BlockPos pos, DamageSource damageSource) Constructor parameters in net.minecraft.world.entity.boss.enderdragon with type arguments of type EndCrystalModifierConstructorDescriptionEndCrystal(EntityType<? extends EndCrystal> p_31037_, Level p_31038_) -
Uses of EndCrystal in net.minecraft.world.entity.boss.enderdragon.phases
Methods in net.minecraft.world.entity.boss.enderdragon.phases with parameters of type EndCrystalModifier and TypeMethodDescriptionvoidAbstractDragonPhaseInstance.onCrystalDestroyed(EndCrystal crystal, BlockPos pos, DamageSource dmgSrc, Player plyr) voidDragonHoldingPatternPhase.onCrystalDestroyed(EndCrystal crystal, BlockPos pos, DamageSource dmgSrc, Player plyr) voidDragonPhaseInstance.onCrystalDestroyed(EndCrystal crystal, BlockPos pos, DamageSource damageSource, Player player) -
Uses of EndCrystal in net.minecraft.world.level.dimension.end
Fields in net.minecraft.world.level.dimension.end with type parameters of type EndCrystalMethods in net.minecraft.world.level.dimension.end with parameters of type EndCrystalModifier and TypeMethodDescriptionvoidEndDragonFight.onCrystalDestroyed(EndCrystal crystal, DamageSource dmgSrc) Method parameters in net.minecraft.world.level.dimension.end with type arguments of type EndCrystalModifier and TypeMethodDescriptionprivate voidEndDragonFight.respawnDragon(List<EndCrystal> crystals) abstract voidDragonRespawnAnimation.tick(ServerLevel level, EndDragonFight manager, List<EndCrystal> crystals, int ticks, BlockPos pos)