Package net.minecraft.world.gen
Class DebugChunkGenerator
java.lang.Object
net.minecraft.world.gen.ChunkGenerator
net.minecraft.world.gen.DebugChunkGenerator
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final BlockStateprivate static List<BlockState>protected static final BlockStatestatic final com.mojang.serialization.Codec<DebugChunkGenerator>private static intprivate static intFields inherited from class net.minecraft.world.gen.ChunkGenerator
biomeSource, runtimeBiomeSource -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapplyBiomeDecoration(WorldGenRegion p_230351_1_, StructureManager p_230351_2_) voidapplyCarvers(long p_230350_1_, BiomeManager p_230350_3_, IChunk p_230350_4_, GenerationStage.Carving p_230350_5_) biomes()voidbuildSurfaceAndBedrock(WorldGenRegion p_225551_1_, IChunk p_225551_2_) protected com.mojang.serialization.Codec<? extends ChunkGenerator>codec()voidfillFromNoise(IWorld p_230352_1_, StructureManager p_230352_2_, IChunk p_230352_3_) getBaseColumn(int p_230348_1_, int p_230348_2_) intgetBaseHeight(int p_222529_1_, int p_222529_2_, Heightmap.Type p_222529_3_) static BlockStategetBlockStateFor(int p_177461_0_, int p_177461_1_) static voidwithSeed(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:
codecin classChunkGenerator
-
withSeed
- Specified by:
withSeedin classChunkGenerator
-
buildSurfaceAndBedrock
- Specified by:
buildSurfaceAndBedrockin classChunkGenerator
-
applyCarvers
public void applyCarvers(long p_230350_1_, BiomeManager p_230350_3_, IChunk p_230350_4_, GenerationStage.Carving p_230350_5_) - Overrides:
applyCarversin classChunkGenerator
-
applyBiomeDecoration
- Overrides:
applyBiomeDecorationin classChunkGenerator
-
fillFromNoise
- Specified by:
fillFromNoisein classChunkGenerator
-
getBaseHeight
- Specified by:
getBaseHeightin classChunkGenerator
-
getBaseColumn
- Specified by:
getBaseColumnin classChunkGenerator
-
getBlockStateFor
-
initValidStates
public static void initValidStates()
-