Package net.minecraft.world.gen
Class DebugChunkGenerator
java.lang.Object
net.minecraft.world.gen.ChunkGenerator
net.minecraft.world.gen.DebugChunkGenerator
-
Field Summary
Modifier and TypeFieldDescriptionprotected static final BlockState
private static List<BlockState>
protected static final BlockState
static final com.mojang.serialization.Codec<DebugChunkGenerator>
private static int
private static int
Fields inherited from class net.minecraft.world.gen.ChunkGenerator
biomeSource, runtimeBiomeSource
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
applyBiomeDecoration
(WorldGenRegion p_230351_1_, StructureManager p_230351_2_) void
applyCarvers
(long p_230350_1_, BiomeManager p_230350_3_, IChunk p_230350_4_, GenerationStage.Carving p_230350_5_) biomes()
void
buildSurfaceAndBedrock
(WorldGenRegion p_225551_1_, IChunk p_225551_2_) protected com.mojang.serialization.Codec<? extends ChunkGenerator>
codec()
void
fillFromNoise
(IWorld p_230352_1_, StructureManager p_230352_2_, IChunk p_230352_3_) getBaseColumn
(int p_230348_1_, int p_230348_2_) int
getBaseHeight
(int p_222529_1_, int p_222529_2_, Heightmap.Type p_222529_3_) static BlockState
getBlockStateFor
(int p_177461_0_, int p_177461_1_) static void
withSeed
(long p_230349_1_) Methods inherited from class net.minecraft.world.gen.ChunkGenerator
createBiomes, createReferences, createStructures, findNearestMapFeature, getBiomeSource, getFirstFreeHeight, getFirstOccupiedHeight, getGenDepth, getMobsAt, getSeaLevel, getSettings, getSpawnHeight, hasStronghold, spawnOriginalMobs
-
Field Details
-
CODEC
-
ALL_BLOCKS
-
GRID_WIDTH
private static int GRID_WIDTH -
GRID_HEIGHT
private static int GRID_HEIGHT -
AIR
-
BARRIER
-
biomes
-
-
Constructor Details
-
DebugChunkGenerator
-
-
Method Details
-
biomes
-
codec
- Specified by:
codec
in classChunkGenerator
-
withSeed
- Specified by:
withSeed
in classChunkGenerator
-
buildSurfaceAndBedrock
- Specified by:
buildSurfaceAndBedrock
in classChunkGenerator
-
applyCarvers
public void applyCarvers(long p_230350_1_, BiomeManager p_230350_3_, IChunk p_230350_4_, GenerationStage.Carving p_230350_5_) - Overrides:
applyCarvers
in classChunkGenerator
-
applyBiomeDecoration
- Overrides:
applyBiomeDecoration
in classChunkGenerator
-
fillFromNoise
- Specified by:
fillFromNoise
in classChunkGenerator
-
getBaseHeight
- Specified by:
getBaseHeight
in classChunkGenerator
-
getBaseColumn
- Specified by:
getBaseColumn
in classChunkGenerator
-
getBlockStateFor
-
initValidStates
public static void initValidStates()
-