Package | Description |
---|---|
net.minecraft.world.biome | |
net.minecraft.world.gen.layer | |
net.minecraftforge.event.terraingen |
Modifier and Type | Method and Description |
---|---|
GenLayer[] |
WorldChunkManager.getModdedBiomeGenerators(WorldType worldType,
long seed,
GenLayer[] original) |
Modifier and Type | Method and Description |
---|---|
GenLayer[] |
WorldChunkManager.getModdedBiomeGenerators(WorldType worldType,
long seed,
GenLayer[] original) |
Modifier and Type | Class and Description |
---|---|
class |
GenLayerAddIsland |
class |
GenLayerAddMushroomIsland |
class |
GenLayerAddSnow |
class |
GenLayerBiome |
class |
GenLayerFuzzyZoom |
class |
GenLayerHills |
class |
GenLayerIsland |
class |
GenLayerRiver |
class |
GenLayerRiverInit |
class |
GenLayerRiverMix |
class |
GenLayerShore |
class |
GenLayerSmooth |
class |
GenLayerSwampRivers |
class |
GenLayerVoronoiZoom |
class |
GenLayerZoom |
Modifier and Type | Method and Description |
---|---|
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.
|
static GenLayer |
GenLayerZoom.magnify(long par0,
GenLayer par2GenLayer,
int par3)
Magnify a layer.
|
Modifier and Type | Method and Description |
---|---|
static GenLayer |
GenLayerZoom.magnify(long par0,
GenLayer par2GenLayer,
int par3)
Magnify a layer.
|
Constructor and Description |
---|
GenLayerAddIsland(long par1,
GenLayer par3GenLayer) |
GenLayerAddMushroomIsland(long par1,
GenLayer par3GenLayer) |
GenLayerAddSnow(long par1,
GenLayer par3GenLayer) |
GenLayerBiome(long par1,
GenLayer par3GenLayer,
WorldType par4WorldType) |
GenLayerFuzzyZoom(long par1,
GenLayer par3GenLayer) |
GenLayerHills(long par1,
GenLayer par3GenLayer) |
GenLayerRiver(long par1,
GenLayer par3GenLayer) |
GenLayerRiverInit(long par1,
GenLayer par3GenLayer) |
GenLayerRiverMix(long par1,
GenLayer par3GenLayer,
GenLayer par4GenLayer) |
GenLayerShore(long par1,
GenLayer par3GenLayer) |
GenLayerSmooth(long par1,
GenLayer par3GenLayer) |
GenLayerSwampRivers(long par1,
GenLayer par3GenLayer) |
GenLayerVoronoiZoom(long par1,
GenLayer par3GenLayer) |
GenLayerZoom(long par1,
GenLayer par3GenLayer) |
Modifier and Type | Field and Description |
---|---|
GenLayer[] |
WorldTypeEvent.InitBiomeGens.newBiomeGens |
GenLayer[] |
WorldTypeEvent.InitBiomeGens.originalBiomeGens |
Constructor and Description |
---|
WorldTypeEvent.InitBiomeGens(WorldType worldType,
long seed,
GenLayer[] original) |