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 Identifier
EndCrystalEntityRenderer. 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 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 EndCrystalEntity
EnderDragonEntity. connectedCrystal
Fields in net.minecraft.entity.boss.dragon with type parameters of type EndCrystalEntity Modifier and Type Field Description private List<EndCrystalEntity>
EnderDragonFight. crystals
Methods in net.minecraft.entity.boss.dragon with parameters of type EndCrystalEntity Modifier and Type Method Description void
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 EndCrystalEntity Modifier and Type Method Description private 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
Methods in net.minecraft.entity.boss.dragon.phase with parameters of type EndCrystalEntity Modifier and Type Method Description void
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 EndCrystalEntity Constructor Description EndCrystalEntity(EntityType<? extends EndCrystalEntity> type, World world)