Interface DragonPhase
-
public interface DragonPhase
AnEnderDragon
phase.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<Vector3d>
targetPosition()
Gets the position the dragon is flying towards.DragonPhaseType
type()
Gets the type of this phase.
-
-
-
Method Detail
-
type
DragonPhaseType type()
Gets the type of this phase.- Returns:
- The type of this phase
-
-