Uses of Class
ch.sahits.game.openpatrician.engine.event.EEventState
-
Packages that use EEventState Package Description ch.sahits.game.openpatrician.engine.event -
-
Uses of EEventState in ch.sahits.game.openpatrician.engine.event
Methods in ch.sahits.game.openpatrician.engine.event that return EEventState Modifier and Type Method Description static EEventStateEEventState. 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.Methods in ch.sahits.game.openpatrician.engine.event that return types with arguments of type EEventState 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.Methods in ch.sahits.game.openpatrician.engine.event with parameters of type EEventState Modifier and Type Method Description voidEventEngineState. setMarriageState(ch.sahits.game.openpatrician.model.IPlayer player, EEventState state)Set or update the marriage state of a player.
-