public class DebugChunkGenerator extends ChunkGenerator<DebugGenerationSettings>
Modifier and Type | Field and Description |
---|---|
protected static BlockState |
AIR |
private static java.util.List<BlockState> |
ALL_VALID_STATES |
protected static BlockState |
BARRIER |
private static int |
GRID_HEIGHT |
private static int |
GRID_WIDTH |
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 |
decorate(WorldGenRegion region) |
int |
func_222529_a(int p_222529_1_,
int p_222529_2_,
Heightmap.Type heightmapType) |
void |
func_225550_a_(BiomeManager p_225550_1_,
IChunk p_225550_2_,
GenerationStage.Carving p_225550_3_) |
void |
generateSurface(WorldGenRegion p_225551_1_,
IChunk p_225551_2_) |
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, generateStructures, generateStructureStarts, getBiome, getBiomeProvider, getMaxHeight, getPossibleCreatures, getSeaLevel, getSeed, getSettings, getStructureConfig, hasStructure, spawnMobs, spawnMobs
private static final java.util.List<BlockState> ALL_VALID_STATES
private static final int GRID_WIDTH
private static final int GRID_HEIGHT
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(WorldGenRegion p_225551_1_, IChunk p_225551_2_)
generateSurface
in class ChunkGenerator<DebugGenerationSettings>
public void func_225550_a_(BiomeManager p_225550_1_, IChunk p_225550_2_, GenerationStage.Carving p_225550_3_)
func_225550_a_
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 heightmapType)
func_222529_a
in class ChunkGenerator<DebugGenerationSettings>
public static BlockState getBlockStateFor(int p_177461_0_, int p_177461_1_)