public final class EnderDragonPhaseTypes extends Object
EnderDragonPhaseTypes.| Modifier and Type | Field and Description |
|---|---|
static EnderDragonPhaseType |
CHARGING_PLAYER
The
EnderDragon is charging towards a Player. |
static EnderDragonPhaseType |
DYING
The
EnderDragon is flying to the End Portal to die. |
static EnderDragonPhaseType |
HOLDING_PATTERN
The
EnderDragon is circling around. |
static EnderDragonPhaseType |
HOVER
The
EnderDragon is hovering. |
static EnderDragonPhaseType |
LANDING
The
EnderDragon is landing on the End Portal. |
static EnderDragonPhaseType |
LANDING_APPROACH
The
EnderDragon is flying to the End Portal to land. |
static EnderDragonPhaseType |
SITTING_ATTACKING
The
EnderDragon is growling before performing a dragon breath attack. |
static EnderDragonPhaseType |
SITTING_FLAMING
The
EnderDragon is performing a dragon breath attack. |
static EnderDragonPhaseType |
SITTING_SCANNING
The
EnderDragon is looking for a Player to peform a dragon breath attack. |
static EnderDragonPhaseType |
STRAFE_PLAYER
The
EnderDragon is preparing to shoot a DragonFireball. |
static EnderDragonPhaseType |
TAKEOFF
The
EnderDragon is taking off from the End Portal. |
public static final EnderDragonPhaseType DYING
EnderDragon is flying to the End Portal to die.public static final EnderDragonPhaseType HOLDING_PATTERN
EnderDragon is circling around.public static final EnderDragonPhaseType HOVER
EnderDragon is hovering.
This is the default state when summoned using the /summon command.
public static final EnderDragonPhaseType CHARGING_PLAYER
EnderDragon is charging towards a Player.public static final EnderDragonPhaseType LANDING
EnderDragon is landing on the End Portal.
This is part of the transition to a landed state.
public static final EnderDragonPhaseType LANDING_APPROACH
EnderDragon is flying to the End Portal to land.
This is part of the transition to a landed state.
public static final EnderDragonPhaseType SITTING_ATTACKING
EnderDragon is growling before performing a dragon breath attack.public static final EnderDragonPhaseType SITTING_FLAMING
EnderDragon is performing a dragon breath attack.
This is part of the landed state.
public static final EnderDragonPhaseType SITTING_SCANNING
EnderDragon is looking for a Player to peform a dragon breath attack.public static final EnderDragonPhaseType STRAFE_PLAYER
EnderDragon is preparing to shoot a DragonFireball.public static final EnderDragonPhaseType TAKEOFF
EnderDragon is taking off from the End Portal.
This is part of the transition out of a landed state.