Interface DragonPhaseManager
-
public interface DragonPhaseManager
AnEnderDragon
phase manager.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DragonPhase
phase()
Gets the current dragon phase.DragonPhase
setPhase(DragonPhaseType phase)
Sets the dragon phase.
-
-
-
Method Detail
-
phase
DragonPhase phase()
Gets the current dragon phase.- Returns:
- The current dragon phase
-
setPhase
DragonPhase setPhase(DragonPhaseType phase)
Sets the dragon phase.- Parameters:
phase
- The new dragon phase- Returns:
- The phase
- See Also:
DragonPhaseTypes
-
-