Uses of Class
com.jmex.game.StandardGame.GameType

Packages that use StandardGame.GameType
com.jmex.game   
 

Uses of StandardGame.GameType in com.jmex.game
 

Methods in com.jmex.game that return StandardGame.GameType
 StandardGame.GameType StandardGame.getGameType()
           
static StandardGame.GameType StandardGame.GameType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StandardGame.GameType[] StandardGame.GameType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.jmex.game with parameters of type StandardGame.GameType
StandardGame(java.lang.String gameName, StandardGame.GameType type)
           
StandardGame(java.lang.String gameName, StandardGame.GameType type, GameSettings settings)
           
StandardGame(java.lang.String gameName, StandardGame.GameType type, GameSettings settings, java.lang.Thread.UncaughtExceptionHandler exceptionHandler)