Uses of Class
net.minecraft.src.WorldType

Packages that use WorldType
net.minecraft.src   
 

Uses of WorldType in net.minecraft.src
 

Fields in net.minecraft.src declared as WorldType
static WorldType WorldType.DEFAULT
          Default world type.
static WorldType WorldType.DEFAULT_1_1
          Default (1.1) world type.
static WorldType WorldType.FLAT
          Flat world type.
static WorldType WorldType.LARGE_BIOMES
          Large Biome world Type.
 WorldType WorldProvider.terrainType
           
 WorldType Packet9Respawn.terrainType
           
 WorldType Packet1Login.terrainType
           
static WorldType[] WorldType.worldTypes
          List of world types.
 

Methods in net.minecraft.src that return WorldType
 WorldType WorldSettings.getTerrainType()
           
 WorldType DerivedWorldInfo.getTerrainType()
           
 WorldType WorldInfo.getTerrainType()
           
 WorldType WorldType.getWorldTypeForGeneratorVersion(int par1)
           
static WorldType WorldType.parseWorldType(String par0Str)
           
 

Methods in net.minecraft.src with parameters of type WorldType
static GenLayer[] GenLayer.initializeAllBiomeGenerators(long par0, WorldType par2WorldType)
          the first array item is a linked list of the bioms, the second is the zoom function, the third is the same as the first.
 void DerivedWorldInfo.setTerrainType(WorldType par1WorldType)
           
 void WorldInfo.setTerrainType(WorldType par1WorldType)
           
 

Constructors in net.minecraft.src with parameters of type WorldType
GenLayerBiome(long par1, GenLayer par3GenLayer, WorldType par4WorldType)
           
Packet1Login(int par1, WorldType par2WorldType, EnumGameType par3EnumGameType, boolean par4, int par5, int par6, int par7, int par8)
           
Packet9Respawn(int par1, byte par2, WorldType par3WorldType, int par4, EnumGameType par5EnumGameType)
           
WorldChunkManager(long par1, WorldType par3WorldType)
           
WorldSettings(long par1, EnumGameType par3EnumGameType, boolean par4, boolean par5, WorldType par6WorldType)