Uses of Class
net.minecraft.entity.decoration.EndCrystalEntity
| Package | Description |
|---|---|
| net.minecraft.client.render.entity | |
| net.minecraft.entity | |
| net.minecraft.entity.boss.dragon | |
| net.minecraft.entity.boss.dragon.phase | |
| net.minecraft.entity.decoration |
-
Uses of EndCrystalEntity in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity with parameters of type EndCrystalEntity Modifier and Type Method Description IdentifierEndCrystalEntityRenderer. getTexture(EndCrystalEntity endCrystalEntity)static floatEndCrystalEntityRenderer. getYOffset(EndCrystalEntity crystal, float tickDelta)voidEndCrystalEntityRenderer. render(EndCrystalEntity endCrystalEntity, float float2, float float3, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2)booleanEndCrystalEntityRenderer. 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 EndCrystalEntity Modifier and Type Field Description static EntityType<EndCrystalEntity>EntityType. END_CRYSTAL -
Uses of EndCrystalEntity in net.minecraft.entity.boss.dragon
Fields in net.minecraft.entity.boss.dragon declared as EndCrystalEntity Modifier and Type Field Description @Nullable EndCrystalEntityEnderDragonEntity. connectedCrystalFields in net.minecraft.entity.boss.dragon with type parameters of type EndCrystalEntity Modifier and Type Field Description private List<EndCrystalEntity>EnderDragonFight. crystalsMethods in net.minecraft.entity.boss.dragon with parameters of type EndCrystalEntity Modifier and Type Method Description voidEnderDragonEntity. crystalDestroyed(EndCrystalEntity crystal, BlockPos pos, DamageSource source)voidEnderDragonFight. crystalDestroyed(EndCrystalEntity enderCrystal, DamageSource source)Method parameters in net.minecraft.entity.boss.dragon with type arguments of type EndCrystalEntity Modifier and Type Method Description private voidEnderDragonFight. respawnDragon(List<EndCrystalEntity> crystals)abstract voidEnderDragonSpawnState. run(ServerWorld world, EnderDragonFight fight, List<EndCrystalEntity> crystals, int int2, BlockPos pos) -
Uses of EndCrystalEntity in net.minecraft.entity.boss.dragon.phase
Methods in net.minecraft.entity.boss.dragon.phase with parameters of type EndCrystalEntity Modifier and Type Method Description voidAbstractPhase. crystalDestroyed(EndCrystalEntity crystal, BlockPos pos, DamageSource source, @Nullable PlayerEntity player)voidHoldingPatternPhase. crystalDestroyed(EndCrystalEntity crystal, BlockPos pos, DamageSource source, @Nullable PlayerEntity player)voidPhase. 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 EndCrystalEntity Constructor Description EndCrystalEntity(EntityType<? extends EndCrystalEntity> type, World world)