Uses of Class
ch.sahits.game.openpatrician.model.EObjective
-
Packages that use EObjective Package Description ch.sahits.game.openpatrician.model ch.sahits.game.openpatrician.model.impl -
-
Uses of EObjective in ch.sahits.game.openpatrician.model
Methods in ch.sahits.game.openpatrician.model that return EObjective Modifier and Type Method Description static EObjectiveEObjective. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EObjective[]EObjective. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EObjective in ch.sahits.game.openpatrician.model.impl
Constructors in ch.sahits.game.openpatrician.model.impl with parameters of type EObjective Constructor Description Game(EObjective objective, Difficulty difficulty, EGameSpeed speed, boolean singleplayer)
-