|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WorldGenerator | |
---|---|
net.minecraft.world.biome | |
net.minecraft.world.gen.feature | |
net.minecraftforge.event.terraingen |
Uses of WorldGenerator in net.minecraft.world.biome |
---|
Methods in net.minecraft.world.biome that return WorldGenerator | |
---|---|
WorldGenerator |
BiomeGenBase.getRandomWorldGenForGrass(Random par1Random)
Gets a WorldGen appropriate for this biome. |
WorldGenerator |
BiomeGenJungle.getRandomWorldGenForGrass(Random par1Random)
Gets a WorldGen appropriate for this biome. |
WorldGenerator |
BiomeGenBase.getRandomWorldGenForTrees(Random par1Random)
Gets a WorldGen appropriate for this biome. |
WorldGenerator |
BiomeGenSwamp.getRandomWorldGenForTrees(Random par1Random)
Gets a WorldGen appropriate for this biome. |
WorldGenerator |
BiomeGenTaiga.getRandomWorldGenForTrees(Random par1Random)
Gets a WorldGen appropriate for this biome. |
WorldGenerator |
BiomeGenJungle.getRandomWorldGenForTrees(Random par1Random)
Gets a WorldGen appropriate for this biome. |
WorldGenerator |
BiomeGenForest.getRandomWorldGenForTrees(Random par1Random)
Gets a WorldGen appropriate for this biome. |
Uses of WorldGenerator in net.minecraft.world.gen.feature |
---|
Subclasses of WorldGenerator in net.minecraft.world.gen.feature | |
---|---|
class |
WorldGenBigMushroom
|
class |
WorldGenBigTree
|
class |
WorldGenCactus
|
class |
WorldGenClay
|
class |
WorldGenDeadBush
|
class |
WorldGenDesertWells
|
class |
WorldGenDungeons
|
class |
WorldGeneratorBonusChest
|
class |
WorldGenFire
|
class |
WorldGenFlowers
|
class |
WorldGenForest
|
class |
WorldGenGlowStone1
|
class |
WorldGenGlowStone2
|
class |
WorldGenHellLava
|
class |
WorldGenHugeTrees
|
class |
WorldGenLakes
|
class |
WorldGenLiquids
|
class |
WorldGenMinable
|
class |
WorldGenPumpkin
|
class |
WorldGenReed
|
class |
WorldGenSand
|
class |
WorldGenShrub
|
class |
WorldGenSpikes
|
class |
WorldGenSwamp
|
class |
WorldGenTaiga1
|
class |
WorldGenTaiga2
|
class |
WorldGenTallGrass
|
class |
WorldGenTrees
|
class |
WorldGenVines
|
class |
WorldGenWaterlily
|
Uses of WorldGenerator in net.minecraftforge.event.terraingen |
---|
Fields in net.minecraftforge.event.terraingen declared as WorldGenerator | |
---|---|
WorldGenerator |
OreGenEvent.GenerateMinable.generator
|
Methods in net.minecraftforge.event.terraingen with parameters of type WorldGenerator | |
---|---|
static boolean |
TerrainGen.generateOre(World world,
Random rand,
WorldGenerator generator,
int worldX,
int worldZ,
OreGenEvent.GenerateMinable.EventType type)
|
Constructors in net.minecraftforge.event.terraingen with parameters of type WorldGenerator | |
---|---|
OreGenEvent.GenerateMinable(World world,
Random rand,
WorldGenerator generator,
int worldX,
int worldZ,
OreGenEvent.GenerateMinable.EventType type)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |