Interface DragonPhase
public interface DragonPhase
An
EnderDragon
phase.-
Method Summary
Modifier and TypeMethodDescriptionGets the position the dragon is flying towards.type()
Gets the type of this phase.
-
Method Details
-
type
DragonPhaseType type()Gets the type of this phase.- Returns:
- The type of this phase
-
targetPosition
Gets the position the dragon is flying towards.- Returns:
- The target position
-