Package | Description |
---|---|
de.smarten.tsuro.shared.gamemodel |
The GameModel package is used by every other component of our software.
|
de.smarten.tsuro.shared.network |
Modifier and Type | Method and Description |
---|---|
FinishedReason |
GameModel.getFinishedReason() |
static FinishedReason |
FinishedReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FinishedReason[] |
FinishedReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
GameModel.endGame(FinishedReason finishedReason) |
Modifier and Type | Method and Description |
---|---|
static FinishedReason |
GameModelTranslator.eFinishedReasonToFinishedReason(de.upb.swt.swtpra2017.swtinterface.FinishedReason eFinishedReason) |
Modifier and Type | Method and Description |
---|---|
static de.upb.swt.swtpra2017.swtinterface.FinishedReason |
GameModelTranslator.finishedReasonToEFinishedReason(FinishedReason finishedReason) |
Copyright © 2017 smarTen. All rights reserved.