Uses of Class
net.minecraft.world.ChunkRegion
-
Uses of ChunkRegion in net.minecraft.world.biome
Modifier and TypeMethodDescriptionvoid
Biome.generateFeatureStep(StructureAccessor structureAccessor, ChunkGenerator chunkGenerator, ChunkRegion region, long populationSeed, ChunkRandom random, BlockPos origin)
-
Uses of ChunkRegion in net.minecraft.world.gen
-
Uses of ChunkRegion in net.minecraft.world.gen.chunk
Modifier and TypeMethodDescriptionabstract void
ChunkGenerator.buildSurface(ChunkRegion region, Chunk chunk)
Places the surface blocks of the biomes after the noise has been generated.void
DebugChunkGenerator.buildSurface(ChunkRegion region, Chunk chunk)
Places the surface blocks of the biomes after the noise has been generated.void
FlatChunkGenerator.buildSurface(ChunkRegion region, Chunk chunk)
Places the surface blocks of the biomes after the noise has been generated.void
NoiseChunkGenerator.buildSurface(ChunkRegion region, Chunk chunk)
Places the surface blocks of the biomes after the noise has been generated.void
ChunkGenerator.generateFeatures(ChunkRegion region, StructureAccessor accessor)
void
DebugChunkGenerator.generateFeatures(ChunkRegion region, StructureAccessor accessor)
void
ChunkGenerator.populateEntities(ChunkRegion region)
void
NoiseChunkGenerator.populateEntities(ChunkRegion region)