Modifier and Type | Method and Description |
---|---|
TurnAndPhaseManager.Phase |
Game.getCurrentPhase() |
TurnAndPhaseManager.Phase |
IGame.getCurrentPhase()
Fetches the phase the game is in
|
TurnAndPhaseManager.Phase |
TurnAndPhaseManager.getPhase() |
TurnAndPhaseManager.Phase |
WorldHandler.getPhase()
fetches the current phase enum
|
static TurnAndPhaseManager.Phase |
TurnAndPhaseManager.Phase.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TurnAndPhaseManager.Phase[] |
TurnAndPhaseManager.Phase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|