public interface Module
GameManager
in order to send information to the game view or provide utility functions to the
Referee.Modifier and Type | Method and Description |
---|---|
void |
onAfterGameTurn()
Called by the game manager after calling the
Referee 's gameTurn method. |
void |
onAfterOnEnd()
Called by the game manager after calling the
Referee 's onEnd method. |
void |
onGameInit()
Called by the game manager after calling the
Referee 's init method. |
void onGameInit()
Referee
's init method.
The module must be registered to the game manager.void onAfterGameTurn()
Referee
's gameTurn method.
The module must be registered to the game manager.void onAfterOnEnd()
Referee
's onEnd method.
The module must be registered to the game manager.