Class DebugLevelSource
java.lang.Object
net.minecraft.world.level.chunk.ChunkGenerator
net.minecraft.world.level.levelgen.DebugLevelSource
- 
Field Summary
FieldsModifier 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.ChunkGenerator
biomeSource - 
Constructor Summary
Constructors - 
Method Summary
Modifier 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.ChunkGenerator
createBiomes, createReferences, createState, createStructures, findNearestMapStructure, getBiomeGenerationSettings, getBiomeSource, getFirstFreeHeight, getFirstOccupiedHeight, getMobsAt, getSpawnHeight, getTypeNameForDataFixer 
- 
Field Details
- 
CODEC
 - 
BLOCK_MARGIN
private static final int BLOCK_MARGIN- See Also:
 
 - 
ALL_BLOCKS
 - 
GRID_WIDTH
private static int GRID_WIDTH - 
GRID_HEIGHT
private static int GRID_HEIGHT - 
AIR
 - 
BARRIER
 - 
HEIGHT
public static final int HEIGHT- See Also:
 
 - 
BARRIER_HEIGHT
public static final int BARRIER_HEIGHT- See Also:
 
 
 - 
 - 
Constructor Details
- 
DebugLevelSource
 
 - 
 - 
Method Details
- 
codec
- Specified by:
 codecin classChunkGenerator
 - 
buildSurface
public void buildSurface(WorldGenRegion p_223978_, StructureManager p_223979_, RandomState p_223980_, ChunkAccess p_223981_) - Specified by:
 buildSurfacein classChunkGenerator
 - 
applyBiomeDecoration
public void applyBiomeDecoration(WorldGenLevel p_223983_, ChunkAccess p_223984_, StructureManager p_223985_) - Overrides:
 applyBiomeDecorationin classChunkGenerator
 - 
fillFromNoise
public CompletableFuture<ChunkAccess> fillFromNoise(Executor p_223991_, Blender p_223992_, RandomState p_223993_, StructureManager p_223994_, ChunkAccess p_223995_) - Specified by:
 fillFromNoisein classChunkGenerator
 - 
getBaseHeight
public int getBaseHeight(int p_223964_, int p_223965_, Heightmap.Types p_223966_, LevelHeightAccessor p_223967_, RandomState p_223968_) - Specified by:
 getBaseHeightin classChunkGenerator
 - 
getBaseColumn
public NoiseColumn getBaseColumn(int p_223959_, int p_223960_, LevelHeightAccessor p_223961_, RandomState p_223962_) - Specified by:
 getBaseColumnin classChunkGenerator
 - 
addDebugScreenInfo
- Specified by:
 addDebugScreenInfoin classChunkGenerator
 - 
getBlockStateFor
 - 
initValidStates
public static void initValidStates() - 
applyCarvers
public 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 classChunkGenerator
 - 
spawnOriginalMobs
- Specified by:
 spawnOriginalMobsin classChunkGenerator
 - 
getMinY
public int getMinY()- Specified by:
 getMinYin classChunkGenerator
 - 
getGenDepth
public int getGenDepth()- Specified by:
 getGenDepthin classChunkGenerator
 - 
getSeaLevel
public int getSeaLevel()- Specified by:
 getSeaLevelin classChunkGenerator
 
 -