Uses of Class
net.morbz.minecraft.level.GameType

Packages that use GameType
net.morbz.minecraft.level   
 

Uses of GameType in net.morbz.minecraft.level
 

Methods in net.morbz.minecraft.level that return GameType
 GameType Level.getGameType()
           
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 are declared.
 

Methods in net.morbz.minecraft.level with parameters of type GameType
 void Level.setGameType(GameType gameType)