Uses of Class
net.minecraft.entity.decoration.EndCrystalEntity
Package
Description
-
Uses of EndCrystalEntity in net.minecraft.client.render.entity
Modifier 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
-
Uses of EndCrystalEntity in net.minecraft.entity.boss.dragon
Modifier and TypeMethodDescriptionvoid
EnderDragonEntity.crystalDestroyed(EndCrystalEntity crystal, BlockPos pos, DamageSource source)
void
EnderDragonFight.crystalDestroyed(EndCrystalEntity enderCrystal, DamageSource source)
Modifier and TypeMethodDescriptionprivate void
EnderDragonFight.respawnDragon(List<EndCrystalEntity> crystals)
abstract void
EnderDragonSpawnState.run(ServerWorld world, EnderDragonFight fight, List<EndCrystalEntity> crystals, int int2, BlockPos pos)
-
Uses of EndCrystalEntity in net.minecraft.entity.boss.dragon.phase
Modifier 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
ModifierConstructorDescriptionEndCrystalEntity(EntityType<? extends EndCrystalEntity> type, World world)