Uses of Class
net.minecraft.world.entity.boss.enderdragon.EndCrystal
Package
Description
-
Uses of EndCrystal in net.minecraft.client.renderer.entity
Modifier and TypeMethodDescriptionEndCrystalRenderer.getTextureLocation(EndCrystal p_114157_)
static float
EndCrystalRenderer.getY(EndCrystal p_114159_, float p_114160_)
void
EndCrystalRenderer.render(EndCrystal p_114162_, float p_114163_, float p_114164_, PoseStack p_114165_, MultiBufferSource p_114166_, int p_114167_)
boolean
EndCrystalRenderer.shouldRender(EndCrystal p_114169_, Frustum p_114170_, double p_114171_, double p_114172_, double p_114173_)
-
Uses of EndCrystal in net.minecraft.world.entity
-
Uses of EndCrystal in net.minecraft.world.entity.boss.enderdragon
Modifier and TypeMethodDescriptionvoid
EnderDragon.onCrystalDestroyed(EndCrystal p_31125_, BlockPos p_31126_, DamageSource p_31127_)
ModifierConstructorDescriptionEndCrystal(EntityType<? extends EndCrystal> p_31037_, Level p_31038_)
-
Uses of EndCrystal in net.minecraft.world.entity.boss.enderdragon.phases
Modifier and TypeMethodDescriptionvoid
AbstractDragonPhaseInstance.onCrystalDestroyed(EndCrystal p_31184_, BlockPos p_31185_, DamageSource p_31186_, Player p_31187_)
void
DragonHoldingPatternPhase.onCrystalDestroyed(EndCrystal p_31232_, BlockPos p_31233_, DamageSource p_31234_, Player p_31235_)
void
DragonPhaseInstance.onCrystalDestroyed(EndCrystal p_31315_, BlockPos p_31316_, DamageSource p_31317_, Player p_31318_)
-
Uses of EndCrystal in net.minecraft.world.level.dimension.end
Modifier and TypeMethodDescriptionvoid
EndDragonFight.onCrystalDestroyed(EndCrystal p_64083_, DamageSource p_64084_)
Modifier and TypeMethodDescriptionprivate void
EndDragonFight.respawnDragon(List<EndCrystal> p_64092_)
abstract void
DragonRespawnAnimation.tick(ServerLevel p_64005_, EndDragonFight p_64006_, List<EndCrystal> p_64007_, int p_64008_, BlockPos p_64009_)