class GameServerSide.GamePhaseAdvancer extends java.lang.Object implements PhaseAdvancer
Constructor and Description |
---|
GameServerSide.GamePhaseAdvancer() |
Modifier and Type | Method and Description |
---|---|
void |
advancePhase()
Advance to the next phase, only if the passed oldPhase and
playerName are current.
|
void |
advancePhaseInternal()
Advance to the next phase, with no error checking.
|
void |
advanceTurn()
Make the next player being the activePlayer, and set phase to Split.
|
public void advancePhase()
advancePhase
in interface PhaseAdvancer
public void advancePhaseInternal()
advancePhaseInternal
in interface PhaseAdvancer
public void advanceTurn()
advanceTurn
in interface PhaseAdvancer