Uses of Class
ch.sahits.game.openpatrician.model.EGameSpeed
-
Packages that use EGameSpeed Package Description ch.sahits.game.openpatrician.model ch.sahits.game.openpatrician.model.impl -
-
Uses of EGameSpeed in ch.sahits.game.openpatrician.model
Methods in ch.sahits.game.openpatrician.model that return EGameSpeed Modifier and Type Method Description EGameSpeedIGame. getGameSpeed()Retrieve the current game speedstatic EGameSpeedEGameSpeed. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EGameSpeed[]EGameSpeed. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ch.sahits.game.openpatrician.model that return types with arguments of type EGameSpeed Modifier and Type Method Description javafx.beans.property.ObjectProperty<EGameSpeed>IGame. gameSpeedProperty()Property for the game speed.Methods in ch.sahits.game.openpatrician.model with parameters of type EGameSpeed Modifier and Type Method Description voidIGame. setGameSpeed(EGameSpeed speed)Set a new game speed -
Uses of EGameSpeed in ch.sahits.game.openpatrician.model.impl
Methods in ch.sahits.game.openpatrician.model.impl that return EGameSpeed Modifier and Type Method Description EGameSpeedGame. getGameSpeed()Methods in ch.sahits.game.openpatrician.model.impl that return types with arguments of type EGameSpeed Modifier and Type Method Description javafx.beans.property.ObjectProperty<EGameSpeed>Game. gameSpeedProperty()Methods in ch.sahits.game.openpatrician.model.impl with parameters of type EGameSpeed Modifier and Type Method Description voidGame. setGameSpeed(EGameSpeed speed)Constructors in ch.sahits.game.openpatrician.model.impl with parameters of type EGameSpeed Constructor Description Game(EObjective objective, Difficulty difficulty, EGameSpeed speed, boolean singleplayer)
-