Class DebugLevelSource
java.lang.Object
net.minecraft.world.level.chunk.ChunkGenerator
net.minecraft.world.level.levelgen.DebugLevelSource
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected static final BlockStateprivate static List<BlockState>protected static final BlockStatestatic final intprivate static final intstatic final com.mojang.serialization.Codec<DebugLevelSource>private static intprivate static intstatic final intFields inherited from class net.minecraft.world.level.chunk.ChunkGeneratorbiomeSource
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddDebugScreenInfo(List<String> p_223987_, RandomState p_223988_, BlockPos p_223989_) voidapplyBiomeDecoration(WorldGenLevel p_223983_, ChunkAccess p_223984_, StructureManager p_223985_) voidapplyCarvers(WorldGenRegion p_223970_, long p_223971_, RandomState p_223972_, BiomeManager p_223973_, StructureManager p_223974_, ChunkAccess p_223975_, GenerationStep.Carving p_223976_) voidbuildSurface(WorldGenRegion p_223978_, StructureManager p_223979_, RandomState p_223980_, ChunkAccess p_223981_) protected com.mojang.serialization.Codec<? extends ChunkGenerator>codec()fillFromNoise(Executor p_223991_, Blender p_223992_, RandomState p_223993_, StructureManager p_223994_, ChunkAccess p_223995_) getBaseColumn(int p_223959_, int p_223960_, LevelHeightAccessor p_223961_, RandomState p_223962_) intgetBaseHeight(int p_223964_, int p_223965_, Heightmap.Types p_223966_, LevelHeightAccessor p_223967_, RandomState p_223968_) static BlockStategetBlockStateFor(int p_64149_, int p_64150_) intintgetMinY()intstatic voidvoidspawnOriginalMobs(WorldGenRegion p_188511_) Methods inherited from class net.minecraft.world.level.chunk.ChunkGeneratorcreateBiomes, createReferences, createState, createStructures, findNearestMapStructure, getBiomeGenerationSettings, getBiomeSource, getFirstFreeHeight, getFirstOccupiedHeight, getMobsAt, getSpawnHeight, getTypeNameForDataFixer
- 
Field Details- 
CODEC
- 
BLOCK_MARGINprivate static final int BLOCK_MARGIN- See Also:
 
- 
ALL_BLOCKS
- 
GRID_WIDTHprivate static int GRID_WIDTH
- 
GRID_HEIGHTprivate static int GRID_HEIGHT
- 
AIR
- 
BARRIER
- 
HEIGHTpublic static final int HEIGHT- See Also:
 
- 
BARRIER_HEIGHTpublic static final int BARRIER_HEIGHT- See Also:
 
 
- 
- 
Constructor Details- 
DebugLevelSource
 
- 
- 
Method Details- 
codec- Specified by:
- codecin class- ChunkGenerator
 
- 
buildSurfacepublic void buildSurface(WorldGenRegion p_223978_, StructureManager p_223979_, RandomState p_223980_, ChunkAccess p_223981_) - Specified by:
- buildSurfacein class- ChunkGenerator
 
- 
applyBiomeDecorationpublic void applyBiomeDecoration(WorldGenLevel p_223983_, ChunkAccess p_223984_, StructureManager p_223985_) - Overrides:
- applyBiomeDecorationin class- ChunkGenerator
 
- 
fillFromNoisepublic CompletableFuture<ChunkAccess> fillFromNoise(Executor p_223991_, Blender p_223992_, RandomState p_223993_, StructureManager p_223994_, ChunkAccess p_223995_) - Specified by:
- fillFromNoisein class- ChunkGenerator
 
- 
getBaseHeightpublic int getBaseHeight(int p_223964_, int p_223965_, Heightmap.Types p_223966_, LevelHeightAccessor p_223967_, RandomState p_223968_) - Specified by:
- getBaseHeightin class- ChunkGenerator
 
- 
initValidStatespublic static void initValidStates()
- 
getBaseColumnpublic NoiseColumn getBaseColumn(int p_223959_, int p_223960_, LevelHeightAccessor p_223961_, RandomState p_223962_) - Specified by:
- getBaseColumnin class- ChunkGenerator
 
- 
addDebugScreenInfo- Specified by:
- addDebugScreenInfoin class- ChunkGenerator
 
- 
getBlockStateFor
- 
applyCarverspublic void applyCarvers(WorldGenRegion p_223970_, long p_223971_, RandomState p_223972_, BiomeManager p_223973_, StructureManager p_223974_, ChunkAccess p_223975_, GenerationStep.Carving p_223976_) - Specified by:
- applyCarversin class- ChunkGenerator
 
- 
spawnOriginalMobs- Specified by:
- spawnOriginalMobsin class- ChunkGenerator
 
- 
getMinYpublic int getMinY()- Specified by:
- getMinYin class- ChunkGenerator
 
- 
getGenDepthpublic int getGenDepth()- Specified by:
- getGenDepthin class- ChunkGenerator
 
- 
getSeaLevelpublic int getSeaLevel()- Specified by:
- getSeaLevelin class- ChunkGenerator
 
 
-