Uses of Class
net.minecraft.world.gen.WorldGenRegion
-
Packages that use WorldGenRegion Package Description net.minecraft.world.biome net.minecraft.world.gen net.minecraft.world.gen.feature.structure -
-
Uses of WorldGenRegion in net.minecraft.world.biome
Methods in net.minecraft.world.biome with parameters of type WorldGenRegion Modifier and Type Method Description void
Biome. generate(StructureManager p_242427_1_, ChunkGenerator p_242427_2_, WorldGenRegion p_242427_3_, long p_242427_4_, SharedSeedRandom p_242427_6_, BlockPos p_242427_7_)
-
Uses of WorldGenRegion in net.minecraft.world.gen
Methods in net.minecraft.world.gen with parameters of type WorldGenRegion Modifier and Type Method Description void
ChunkGenerator. applyBiomeDecoration(WorldGenRegion p_230351_1_, StructureManager p_230351_2_)
void
DebugChunkGenerator. applyBiomeDecoration(WorldGenRegion p_230351_1_, StructureManager p_230351_2_)
abstract void
ChunkGenerator. buildSurfaceAndBedrock(WorldGenRegion p_225551_1_, IChunk p_225551_2_)
void
DebugChunkGenerator. buildSurfaceAndBedrock(WorldGenRegion p_225551_1_, IChunk p_225551_2_)
void
FlatChunkGenerator. buildSurfaceAndBedrock(WorldGenRegion p_225551_1_, IChunk p_225551_2_)
void
NoiseChunkGenerator. buildSurfaceAndBedrock(WorldGenRegion p_225551_1_, IChunk p_225551_2_)
void
ChunkGenerator. spawnOriginalMobs(WorldGenRegion p_230354_1_)
void
NoiseChunkGenerator. spawnOriginalMobs(WorldGenRegion p_230354_1_)
-
Uses of WorldGenRegion in net.minecraft.world.gen.feature.structure
Methods in net.minecraft.world.gen.feature.structure with parameters of type WorldGenRegion Modifier and Type Method Description StructureManager
StructureManager. forWorldGenRegion(WorldGenRegion p_241464_1_)
-