public class DebugChunkGenerator extends ChunkGenerator<DebugGenerationSettings>
Modifier and Type | Field and Description |
---|---|
protected static BlockState |
AIR |
protected static BlockState |
BARRIER |
biomeProvider, seed, settings, world
Constructor and Description |
---|
DebugChunkGenerator(IWorld p_i48959_1_,
BiomeProvider p_i48959_2_,
DebugGenerationSettings p_i48959_3_) |
Modifier and Type | Method and Description |
---|---|
void |
carve(IChunk chunkIn,
GenerationStage.Carving carvingSettings) |
void |
decorate(WorldGenRegion region) |
int |
func_222529_a(int p_222529_1_,
int p_222529_2_,
Heightmap.Type p_222529_3_) |
void |
generateSurface(IChunk chunkIn) |
static BlockState |
getBlockStateFor(int p_177461_0_,
int p_177461_1_) |
int |
getGroundHeight() |
void |
makeBase(IWorld worldIn,
IChunk chunkIn) |
findNearestStructure, func_222531_c, func_222532_b, generateBiomes, generateStructureStarts, getBiome, getBiome, getBiomeProvider, getMaxHeight, getPossibleCreatures, getSeaLevel, getSeed, getSettings, getStructureConfig, hasStructure, initStructureStarts, spawnMobs, spawnMobs
protected static final BlockState AIR
protected static final BlockState BARRIER
public DebugChunkGenerator(IWorld p_i48959_1_, BiomeProvider p_i48959_2_, DebugGenerationSettings p_i48959_3_)
public void generateSurface(IChunk chunkIn)
generateSurface
in class ChunkGenerator<DebugGenerationSettings>
public void carve(IChunk chunkIn, GenerationStage.Carving carvingSettings)
carve
in class ChunkGenerator<DebugGenerationSettings>
public int getGroundHeight()
getGroundHeight
in class ChunkGenerator<DebugGenerationSettings>
public void decorate(WorldGenRegion region)
decorate
in class ChunkGenerator<DebugGenerationSettings>
public void makeBase(IWorld worldIn, IChunk chunkIn)
makeBase
in class ChunkGenerator<DebugGenerationSettings>
public int func_222529_a(int p_222529_1_, int p_222529_2_, Heightmap.Type p_222529_3_)
func_222529_a
in class ChunkGenerator<DebugGenerationSettings>
public static BlockState getBlockStateFor(int p_177461_0_, int p_177461_1_)