Package | Description |
---|---|
edu.usc.ict.iago.utils |
Modifier and Type | Method and Description |
---|---|
(package private) GameBridgeUtils.QuitState |
GameBridgeUtils.getQstate()
This method allows other classes in Core (namely the Mediator and VHRunner) to know whether or not the game is over due to mutual quitting.
|
static GameBridgeUtils.QuitState |
GameBridgeUtils.QuitState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GameBridgeUtils.QuitState[] |
GameBridgeUtils.QuitState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|