Uses of Class
net.minecraft.world.WorldType

Packages that use WorldType
net.minecraft.network.packet   
net.minecraft.world   
net.minecraft.world.biome   
net.minecraft.world.gen.layer   
net.minecraft.world.storage   
net.minecraftforge.event.terraingen   
 

Uses of WorldType in net.minecraft.network.packet
 

Fields in net.minecraft.network.packet declared as WorldType
 WorldType Packet9Respawn.terrainType
           
 WorldType Packet1Login.terrainType
           
 

Constructors in net.minecraft.network.packet with parameters of type WorldType
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)
           
 

Uses of WorldType in net.minecraft.world
 

Fields in net.minecraft.world 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
           
static WorldType[] WorldType.worldTypes
          List of world types.
 

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

Constructors in net.minecraft.world with parameters of type WorldType
WorldSettings(long par1, EnumGameType par3EnumGameType, boolean par4, boolean par5, WorldType par6WorldType)
           
 

Uses of WorldType in net.minecraft.world.biome
 

Methods in net.minecraft.world.biome with parameters of type WorldType
 GenLayer[] WorldChunkManager.getModdedBiomeGenerators(WorldType worldType, long seed, GenLayer[] original)
           
 

Constructors in net.minecraft.world.biome with parameters of type WorldType
WorldChunkManager(long par1, WorldType par3WorldType)
           
 

Uses of WorldType in net.minecraft.world.gen.layer
 

Methods in net.minecraft.world.gen.layer with parameters of type WorldType
static byte GenLayer.getModdedBiomeSize(WorldType worldType, byte original)
           
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.
 

Constructors in net.minecraft.world.gen.layer with parameters of type WorldType
GenLayerBiome(long par1, GenLayer par3GenLayer, WorldType par4WorldType)
           
 

Uses of WorldType in net.minecraft.world.storage
 

Methods in net.minecraft.world.storage that return WorldType
 WorldType DerivedWorldInfo.getTerrainType()
           
 WorldType WorldInfo.getTerrainType()
           
 

Methods in net.minecraft.world.storage with parameters of type WorldType
 void DerivedWorldInfo.setTerrainType(WorldType par1WorldType)
           
 void WorldInfo.setTerrainType(WorldType par1WorldType)
           
 

Uses of WorldType in net.minecraftforge.event.terraingen
 

Fields in net.minecraftforge.event.terraingen declared as WorldType
 WorldType WorldTypeEvent.worldType
           
 

Constructors in net.minecraftforge.event.terraingen with parameters of type WorldType
WorldTypeEvent.BiomeSize(WorldType worldType, byte original)
           
WorldTypeEvent.InitBiomeGens(WorldType worldType, long seed, GenLayer[] original)
           
WorldTypeEvent(WorldType worldType)