Uses of Class
ch.sahits.game.openpatrician.model.EDifficultyLevel
-
Packages that use EDifficultyLevel Package Description ch.sahits.game.openpatrician.model -
-
Uses of EDifficultyLevel in ch.sahits.game.openpatrician.model
Methods in ch.sahits.game.openpatrician.model that return EDifficultyLevel Modifier and Type Method Description static EDifficultyLevelEDifficultyLevel. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EDifficultyLevel[]EDifficultyLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in ch.sahits.game.openpatrician.model with parameters of type EDifficultyLevel Constructor Description Difficulty(EDifficultyLevel trade, EDifficultyLevel approval, EDifficultyLevel need, EDifficultyLevel navalBattle, EDifficultyLevel pirateActivity, EDifficultyLevel sovereignActivity, int startingCapital, int numberOfShips, java.lang.String name)
-