Uses of Class
ch.sahits.game.openpatrician.model.Difficulty
-
Packages that use Difficulty Package Description ch.sahits.game.openpatrician.model ch.sahits.game.openpatrician.model.impl -
-
Uses of Difficulty in ch.sahits.game.openpatrician.model
Fields in ch.sahits.game.openpatrician.model declared as Difficulty Modifier and Type Field Description static DifficultyDifficulty. CHANDLERstatic DifficultyDifficulty. COUNSILMANstatic DifficultyDifficulty. MERCHANTstatic DifficultyDifficulty. PATRICIANstatic DifficultyDifficulty. TRADESMANMethods in ch.sahits.game.openpatrician.model that return Difficulty Modifier and Type Method Description static DifficultyDifficulty. fromIndex(int selectedIndex)Create the difficulty from an index, where 0 is equivalent to Chandler.DifficultyIGame. getDifficulty()Retrieve the difficultiy level of the game -
Uses of Difficulty in ch.sahits.game.openpatrician.model.impl
Constructors in ch.sahits.game.openpatrician.model.impl with parameters of type Difficulty Constructor Description Game(EObjective objective, Difficulty difficulty, EGameSpeed speed, boolean singleplayer)
-