Uses of Class
moagg.types.GameType

Packages that use GameType
moagg.level.xml.data   
moagg.model.level   
moagg.types   
 

Uses of GameType in moagg.level.xml.data
 

Methods in moagg.level.xml.data that return GameType
 GameType LevelData.getGameType()
           
 

Methods in moagg.level.xml.data with parameters of type GameType
 void LevelData.setGameType(GameType gameType)
           
 

Uses of GameType in moagg.model.level
 

Methods in moagg.model.level that return GameType
 GameType Level.getGameType()
           
 

Methods in moagg.model.level with parameters of type GameType
 void Level.setGameType(GameType gameType)
           
 

Uses of GameType in moagg.types
 

Methods in moagg.types that return GameType
static GameType GameType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static GameType[] GameType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 



Copyright © 2008. All Rights Reserved.