| Package | Description |
|---|---|
| ch.sahits.game.openpatrician.engine.event |
| Modifier and Type | Method | Description |
|---|---|---|
static EEventState |
EEventState.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static EEventState[] |
EEventState.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Optional<EEventState> |
EventEngineState.getMarriageState(ch.sahits.game.openpatrician.model.IPlayer player) |
Retrieve the current marriage state of the player.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
EventEngineState.setMarriageState(ch.sahits.game.openpatrician.model.IPlayer player,
EEventState state) |
Set or update the marriage state of a player.
|
Copyright © 2011-2018 Sahits GmbH. All Rights Reserved.