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 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 -
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 EndCrystalEntityMethods in net.minecraft.entity.boss.dragon with parameters of type EndCrystalEntityModifier and TypeMethodDescriptionvoidEnderDragonEntity.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 EndCrystalEntityModifier and TypeMethodDescriptionprivate 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 EndCrystalEntityModifier and TypeMethodDescriptionvoidAbstractPhase.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 EndCrystalEntityModifierConstructorDescriptionEndCrystalEntity(EntityType<? extends EndCrystalEntity> type, World world)