Uses of Class
net.minecraft.world.entity.boss.enderdragon.phases.EnderDragonPhase
-
Uses of EnderDragonPhase in net.minecraft.world.entity.boss.enderdragon.phases
Modifier and TypeFieldDescriptionstatic final EnderDragonPhase
<DragonChargePlayerPhase> EnderDragonPhase.CHARGING_PLAYER
static final EnderDragonPhase
<DragonDeathPhase> EnderDragonPhase.DYING
static final EnderDragonPhase
<DragonHoldingPatternPhase> EnderDragonPhase.HOLDING_PATTERN
static final EnderDragonPhase
<DragonHoverPhase> EnderDragonPhase.HOVERING
static final EnderDragonPhase
<DragonLandingPhase> EnderDragonPhase.LANDING
static final EnderDragonPhase
<DragonLandingApproachPhase> EnderDragonPhase.LANDING_APPROACH
private static EnderDragonPhase<?>[]
EnderDragonPhase.phases
static final EnderDragonPhase
<DragonSittingAttackingPhase> EnderDragonPhase.SITTING_ATTACKING
static final EnderDragonPhase
<DragonSittingFlamingPhase> EnderDragonPhase.SITTING_FLAMING
static final EnderDragonPhase
<DragonSittingScanningPhase> EnderDragonPhase.SITTING_SCANNING
static final EnderDragonPhase
<DragonStrafePlayerPhase> EnderDragonPhase.STRAFE_PLAYER
static final EnderDragonPhase
<DragonTakeoffPhase> EnderDragonPhase.TAKEOFF
Modifier and TypeMethodDescriptionprivate static <T extends DragonPhaseInstance>
EnderDragonPhase<T> static EnderDragonPhase
<?> EnderDragonPhase.getById
(int p_31399_) DragonChargePlayerPhase.getPhase()
DragonDeathPhase.getPhase()
DragonHoldingPatternPhase.getPhase()
DragonHoverPhase.getPhase()
DragonLandingApproachPhase.getPhase()
DragonLandingPhase.getPhase()
EnderDragonPhase
<? extends DragonPhaseInstance> DragonPhaseInstance.getPhase()
DragonSittingAttackingPhase.getPhase()
DragonSittingFlamingPhase.getPhase()
DragonSittingScanningPhase.getPhase()
DragonStrafePlayerPhase.getPhase()
DragonTakeoffPhase.getPhase()
Modifier and TypeMethodDescription<T extends DragonPhaseInstance>
TEnderDragonPhaseManager.getPhase
(EnderDragonPhase<T> p_31419_) void
EnderDragonPhaseManager.setPhase
(EnderDragonPhase<?> p_31417_)