Uses of Class
net.minecraft.entity.decoration.EndCrystalEntity
Packages that use EndCrystalEntity
Package
Description
-
Uses of EndCrystalEntity in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type EndCrystalEntityModifier and TypeMethodDescriptionEndCrystalEntityRenderer.getTexture
(EndCrystalEntity endCrystalEntity) static float
EndCrystalEntityRenderer.getYOffset
(EndCrystalEntity crystal, float tickDelta) void
EndCrystalEntityRenderer.render
(EndCrystalEntity endCrystalEntity, float float2, float float3, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2) boolean
EndCrystalEntityRenderer.shouldRender
(EndCrystalEntity endCrystalEntity, Frustum frustum, double double2, double double3, double double4) -
Uses of EndCrystalEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type EndCrystalEntityModifier and TypeFieldDescriptionstatic final EntityType<EndCrystalEntity>
EntityType.END_CRYSTAL
-
Uses of EndCrystalEntity in net.minecraft.entity.boss.dragon
Fields in net.minecraft.entity.boss.dragon declared as EndCrystalEntityFields in net.minecraft.entity.boss.dragon with type parameters of type EndCrystalEntityModifier and TypeFieldDescriptionprivate @Nullable List<EndCrystalEntity>
EnderDragonFight.crystals
Methods in net.minecraft.entity.boss.dragon with parameters of type EndCrystalEntityModifier and TypeMethodDescriptionvoid
EnderDragonEntity.crystalDestroyed
(EndCrystalEntity crystal, BlockPos pos, DamageSource source) void
EnderDragonFight.crystalDestroyed
(EndCrystalEntity enderCrystal, DamageSource source) Method parameters in net.minecraft.entity.boss.dragon with type arguments of type EndCrystalEntityModifier and TypeMethodDescriptionprivate void
EnderDragonFight.respawnDragon
(List<EndCrystalEntity> crystals) abstract void
EnderDragonSpawnState.run
(ServerWorld world, EnderDragonFight fight, List<EndCrystalEntity> crystals, int tick, BlockPos pos) -
Uses of EndCrystalEntity in net.minecraft.entity.boss.dragon.phase
Methods in net.minecraft.entity.boss.dragon.phase with parameters of type EndCrystalEntityModifier and TypeMethodDescriptionvoid
AbstractPhase.crystalDestroyed
(EndCrystalEntity crystal, BlockPos pos, DamageSource source, @Nullable PlayerEntity player) void
HoldingPatternPhase.crystalDestroyed
(EndCrystalEntity crystal, BlockPos pos, DamageSource source, @Nullable PlayerEntity player) void
Phase.crystalDestroyed
(EndCrystalEntity crystal, BlockPos pos, DamageSource source, @Nullable PlayerEntity player) -
Uses of EndCrystalEntity in net.minecraft.entity.decoration
Constructor parameters in net.minecraft.entity.decoration with type arguments of type EndCrystalEntityModifierConstructorDescriptionEndCrystalEntity
(EntityType<? extends EndCrystalEntity> type, World world)