Package | Description |
---|---|
net.minecraft.network.packet | |
net.minecraft.world | |
net.minecraft.world.biome | |
net.minecraft.world.gen.layer | |
net.minecraft.world.storage | |
net.minecraftforge.event.terraingen |
Modifier and Type | Field and Description |
---|---|
WorldType |
Packet1Login.terrainType |
WorldType |
Packet9Respawn.terrainType |
Constructor and Description |
---|
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) |
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
WorldType |
WorldSettings.getTerrainType() |
WorldType |
WorldType.getWorldTypeForGeneratorVersion(int par1) |
static WorldType |
WorldType.parseWorldType(String par0Str) |
Constructor and Description |
---|
WorldSettings(long par1,
EnumGameType par3EnumGameType,
boolean par4,
boolean par5,
WorldType par6WorldType) |
Modifier and Type | Method and Description |
---|---|
GenLayer[] |
WorldChunkManager.getModdedBiomeGenerators(WorldType worldType,
long seed,
GenLayer[] original) |
Constructor and Description |
---|
WorldChunkManager(long par1,
WorldType par3WorldType) |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
GenLayerBiome(long par1,
GenLayer par3GenLayer,
WorldType par4WorldType) |
Modifier and Type | Method and Description |
---|---|
WorldType |
WorldInfo.getTerrainType() |
WorldType |
DerivedWorldInfo.getTerrainType() |
Modifier and Type | Method and Description |
---|---|
void |
WorldInfo.setTerrainType(WorldType par1WorldType) |
void |
DerivedWorldInfo.setTerrainType(WorldType par1WorldType) |
Modifier and Type | Field and Description |
---|---|
WorldType |
WorldTypeEvent.worldType |
Constructor and Description |
---|
WorldTypeEvent.BiomeSize(WorldType worldType,
byte original) |
WorldTypeEvent.InitBiomeGens(WorldType worldType,
long seed,
GenLayer[] original) |
WorldTypeEvent(WorldType worldType) |