Interface DragonPhaseManager
public interface DragonPhaseManager
An
EnderDragon phase manager.-
Method Summary
Modifier and TypeMethodDescriptionphase()Gets the current dragon phase.setPhase(DragonPhaseType phase) Sets the dragon phase.
-
Method Details
-
phase
DragonPhase phase()Gets the current dragon phase.- Returns:
- The current dragon phase
-
setPhase
Sets the dragon phase.- Parameters:
phase- The new dragon phase- Returns:
- The phase
- See Also:
-