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
Subclasses with type arguments of type EndCrystal in net.minecraft.client.renderer.entityMethods in net.minecraft.client.renderer.entity with parameters of type EndCrystalModifier and TypeMethodDescriptionvoidEndCrystalRenderer.extractRenderState(EndCrystal entity, EndCrystalRenderState state, float partialTicks) booleanEndCrystalRenderer.shouldRender(EndCrystal entity, Frustum culler, 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 source) Constructor parameters in net.minecraft.world.entity.boss.enderdragon with type arguments of type EndCrystal -
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 source, @Nullable Player player) voidDragonHoldingPatternPhase.onCrystalDestroyed(EndCrystal crystal, BlockPos pos, DamageSource source, @Nullable Player player) voidDragonPhaseInstance.onCrystalDestroyed(EndCrystal crystal, BlockPos pos, DamageSource source, @Nullable 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 EndCrystalModifier and TypeFieldDescriptionprivate List<EntityReference<EndCrystal>> EnderDragonFight.respawnCrystalsMethods in net.minecraft.world.level.dimension.end with parameters of type EndCrystalModifier and TypeMethodDescriptionvoidEnderDragonFight.onCrystalDestroyed(EndCrystal crystal, DamageSource source) Method parameters in net.minecraft.world.level.dimension.end with type arguments of type EndCrystalModifier and TypeMethodDescriptionprivate voidEnderDragonFight.respawnDragon(List<EndCrystal> crystals) abstract voidDragonRespawnStage.tick(ServerLevel level, EnderDragonFight fight, List<EndCrystal> crystals, int time)