YATS/Forge Documentation
 All Classes Namespaces Files Functions Variables Enumerator Pages
net.minecraftforge.event.terraingen.TerrainGen Class Reference

Static Public Member Functions

static NoiseGeneratorOctaves[] getModdedNoiseGenerators (World world, Random rand, NoiseGeneratorOctaves[] original)
 
static MapGenBase getModdedMapGen (MapGenBase original, InitMapGenEvent.EventType type)
 
static boolean populate (IChunkProvider chunkProvider, World world, Random rand, int chunkX, int chunkZ, boolean hasVillageGenerated, Populate.EventType type)
 
static boolean decorate (World world, Random rand, int chunkX, int chunkZ, Decorate.EventType type)
 
static boolean generateOre (World world, Random rand, WorldGenerator generator, int worldX, int worldZ, GenerateMinable.EventType type)
 
static boolean saplingGrowTree (World world, Random rand, int x, int y, int z)
 

Member Function Documentation

static boolean net.minecraftforge.event.terraingen.TerrainGen.decorate ( World  world,
Random  rand,
int  chunkX,
int  chunkZ,
Decorate.EventType  type 
)
static
static boolean net.minecraftforge.event.terraingen.TerrainGen.generateOre ( World  world,
Random  rand,
WorldGenerator  generator,
int  worldX,
int  worldZ,
GenerateMinable.EventType  type 
)
static
static MapGenBase net.minecraftforge.event.terraingen.TerrainGen.getModdedMapGen ( MapGenBase  original,
InitMapGenEvent.EventType  type 
)
static
static NoiseGeneratorOctaves [] net.minecraftforge.event.terraingen.TerrainGen.getModdedNoiseGenerators ( World  world,
Random  rand,
NoiseGeneratorOctaves[]  original 
)
static
static boolean net.minecraftforge.event.terraingen.TerrainGen.populate ( IChunkProvider  chunkProvider,
World  world,
Random  rand,
int  chunkX,
int  chunkZ,
boolean  hasVillageGenerated,
Populate.EventType  type 
)
static
static boolean net.minecraftforge.event.terraingen.TerrainGen.saplingGrowTree ( World  world,
Random  rand,
int  x,
int  y,
int  z 
)
static

The documentation for this class was generated from the following file: