Interface DragonPhaseManager
-
public interface DragonPhaseManagerAnEnderDragonphase manager.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DragonPhasephase()Gets the current dragon phase.DragonPhasesetPhase(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
-
-