| Package | Description |
|---|---|
| ch.sahits.game.openpatrician.engine.event |
| Modifier and Type | Field and Description |
|---|---|
private Map<ch.sahits.game.openpatrician.model.IPlayer,EEventState> |
EventEngineState.marriageState |
| Modifier and Type | Method and Description |
|---|---|
static EEventState |
EEventState.valueOf(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 and Description |
|---|---|
Optional<EEventState> |
EventEngineState.getMarriageState(ch.sahits.game.openpatrician.model.IPlayer player)
Retrieve the current marriage state of the player.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EventEngineState.setMarriageState(ch.sahits.game.openpatrician.model.IPlayer player,
EEventState state)
Set or update the marriage state of a player.
|
Copyright © 2011-2017 Sahits GmbH. All Rights Reserved.