Uses of Class
net.minecraft.entity.item.EnderCrystalEntity
-
-
Uses of EnderCrystalEntity in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity with parameters of type EnderCrystalEntity Modifier and Type Method Description ResourceLocation
EnderCrystalRenderer. getTextureLocation(EnderCrystalEntity p_110775_1_)
static float
EnderCrystalRenderer. getY(EnderCrystalEntity p_229051_0_, float p_229051_1_)
void
EnderCrystalRenderer. render(EnderCrystalEntity p_225623_1_, float p_225623_2_, float p_225623_3_, MatrixStack p_225623_4_, IRenderTypeBuffer p_225623_5_, int p_225623_6_)
boolean
EnderCrystalRenderer. shouldRender(EnderCrystalEntity p_225626_1_, ClippingHelper p_225626_2_, double p_225626_3_, double p_225626_5_, double p_225626_7_)
-
Uses of EnderCrystalEntity in net.minecraft.entity
Fields in net.minecraft.entity with type parameters of type EnderCrystalEntity Modifier and Type Field Description static EntityType<EnderCrystalEntity>
EntityType. END_CRYSTAL
-
Uses of EnderCrystalEntity in net.minecraft.entity.boss.dragon
Fields in net.minecraft.entity.boss.dragon declared as EnderCrystalEntity Modifier and Type Field Description EnderCrystalEntity
EnderDragonEntity. nearestCrystal
Methods in net.minecraft.entity.boss.dragon with parameters of type EnderCrystalEntity Modifier and Type Method Description void
EnderDragonEntity. onCrystalDestroyed(EnderCrystalEntity p_184672_1_, BlockPos p_184672_2_, DamageSource p_184672_3_)
-
Uses of EnderCrystalEntity in net.minecraft.entity.boss.dragon.phase
Methods in net.minecraft.entity.boss.dragon.phase with parameters of type EnderCrystalEntity Modifier and Type Method Description void
HoldingPatternPhase. onCrystalDestroyed(EnderCrystalEntity p_188655_1_, BlockPos p_188655_2_, DamageSource p_188655_3_, PlayerEntity p_188655_4_)
void
IPhase. onCrystalDestroyed(EnderCrystalEntity p_188655_1_, BlockPos p_188655_2_, DamageSource p_188655_3_, PlayerEntity p_188655_4_)
void
Phase. onCrystalDestroyed(EnderCrystalEntity p_188655_1_, BlockPos p_188655_2_, DamageSource p_188655_3_, PlayerEntity p_188655_4_)
-
Uses of EnderCrystalEntity in net.minecraft.entity.item
Constructor parameters in net.minecraft.entity.item with type arguments of type EnderCrystalEntity Constructor Description EnderCrystalEntity(EntityType<? extends EnderCrystalEntity> p_i50231_1_, World p_i50231_2_)
-
Uses of EnderCrystalEntity in net.minecraft.world.end
Fields in net.minecraft.world.end with type parameters of type EnderCrystalEntity Modifier and Type Field Description private java.util.List<EnderCrystalEntity>
DragonFightManager. respawnCrystals
Methods in net.minecraft.world.end with parameters of type EnderCrystalEntity Modifier and Type Method Description void
DragonFightManager. onCrystalDestroyed(EnderCrystalEntity p_186090_1_, DamageSource p_186090_2_)
Method parameters in net.minecraft.world.end with type arguments of type EnderCrystalEntity Modifier and Type Method Description private void
DragonFightManager. respawnDragon(java.util.List<EnderCrystalEntity> p_186093_1_)
abstract void
DragonSpawnState. tick(ServerWorld p_186079_1_, DragonFightManager p_186079_2_, java.util.List<EnderCrystalEntity> p_186079_3_, int p_186079_4_, BlockPos p_186079_5_)
-