Modifier and Type | Method and Description |
---|---|
TurnAndPhaseManager.ResultType |
TurnAndPhaseManager.changePhase(IPlayer currentPlayer,
java.util.List<IPlayer> players) |
TurnAndPhaseManager.ResultType |
EventHandler.handlePhaseEvent(IPlayer currentPlayer,
int bonusUnitsLeft,
java.util.List<IPlayer> players)
Tells PhaseHandler to changePhase if some conditions is met.
|
static TurnAndPhaseManager.ResultType |
TurnAndPhaseManager.ResultType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TurnAndPhaseManager.ResultType[] |
TurnAndPhaseManager.ResultType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|