| Package | Description |
|---|---|
| pl.joegreen.sergeants.framework.model |
| Modifier and Type | Method and Description |
|---|---|
GameResult.Result |
GameResult.getResult() |
static GameResult.Result |
GameResult.Result.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GameResult.Result[] |
GameResult.Result.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
GameResult(GameResult.Result result,
GameState lastGameState,
Optional<String> killer) |
Copyright © 2017. All rights reserved.