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 TypeMethodDescriptionEndCrystalRenderer.getTextureLocation
(EndCrystal entity) Returns the location of an entity's texture.static float
EndCrystalRenderer.getY
(EndCrystal endCrystal, float partialTick) void
EndCrystalRenderer.render
(EndCrystal entity, float entityYaw, float partialTicks, PoseStack poseStack, MultiBufferSource buffer, int packedLight) boolean
EndCrystalRenderer.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 TypeMethodDescriptionvoid
EnderDragon.onCrystalDestroyed
(EndCrystal crystal, BlockPos pos, DamageSource damageSource) Constructor parameters in net.minecraft.world.entity.boss.enderdragon with type arguments of type EndCrystalModifierConstructorDescriptionEndCrystal
(EntityType<? extends EndCrystal> entityType, Level level) -
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 TypeMethodDescriptionvoid
AbstractDragonPhaseInstance.onCrystalDestroyed
(EndCrystal crystal, BlockPos pos, DamageSource dmgSrc, Player plyr) void
DragonHoldingPatternPhase.onCrystalDestroyed
(EndCrystal crystal, BlockPos pos, DamageSource dmgSrc, Player plyr) void
DragonPhaseInstance.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 TypeMethodDescriptionvoid
EndDragonFight.onCrystalDestroyed
(EndCrystal crystal, DamageSource dmgSrc) Method parameters in net.minecraft.world.level.dimension.end with type arguments of type EndCrystalModifier and TypeMethodDescriptionprivate void
EndDragonFight.respawnDragon
(List<EndCrystal> crystals) abstract void
DragonRespawnAnimation.tick
(ServerLevel level, EndDragonFight manager, List<EndCrystal> crystals, int ticks, BlockPos pos)