Uses of Class
net.minecraft.entity.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 TypeMethodDescriptionprotected IdentifierEnderCrystalEntityRenderer.getTexture(EndCrystalEntity endCrystalEntity) voidEnderCrystalEntityRenderer.render(EndCrystalEntity endCrystalEntity, double double2, double double3, double double4, float float2, float float3) booleanEnderCrystalEntityRenderer.shouldRender(EndCrystalEntity endCrystalEntity, CameraView cameraView, double double2, double double3, double double4) -
Uses of EndCrystalEntity in net.minecraft.dragon
Methods in net.minecraft.dragon with parameters of type EndCrystalEntityModifier and TypeMethodDescriptionvoidclass_2979.method_13181(EndCrystalEntity endCrystalEntity, BlockPos blockPos, DamageSource damageSource, PlayerEntity playerEntity) voidclass_2983.method_13181(EndCrystalEntity endCrystalEntity, BlockPos blockPos, DamageSource damageSource, PlayerEntity playerEntity) voidclass_2987.method_13181(EndCrystalEntity endCrystalEntity, BlockPos blockPos, DamageSource damageSource, PlayerEntity playerEntity) -
Uses of EndCrystalEntity in net.minecraft.entity.boss.dragon
Fields in net.minecraft.entity.boss.dragon declared as EndCrystalEntityMethods in net.minecraft.entity.boss.dragon with parameters of type EndCrystalEntityModifier and TypeMethodDescriptionvoidEnderDragonEntity.method_13167(EndCrystalEntity endCrystalEntity, BlockPos blockPos, DamageSource damageSource) -
Uses of EndCrystalEntity in net.minecraft.server
Fields in net.minecraft.server with type parameters of type EndCrystalEntityModifier and TypeFieldDescriptionprivate List<EndCrystalEntity>DragonRespawnAnimation.endCrystalsMethods in net.minecraft.server with parameters of type EndCrystalEntityModifier and TypeMethodDescriptionvoidDragonRespawnAnimation.onEndCrystalDestroyed(EndCrystalEntity crystal, DamageSource source) Method parameters in net.minecraft.server with type arguments of type EndCrystalEntityModifier and TypeMethodDescriptionabstract voidDragonRespawnAnimationStatus.play(ServerWorld world, DragonRespawnAnimation battle, List<EndCrystalEntity> crystals, int animationTicks, BlockPos pos) private voidDragonRespawnAnimation.startAnimation(List<EndCrystalEntity> crystals)