net.minecraft.structure.pool

final class StructurePoolBasedGenerator$StructurePoolGenerator

net.minecraft.world.level.levelgen.structure.pools.JigsawPlacement$Placer
net.minecraft.world.level.levelgen.structure.pools.JigsawPlacement$Placer
net.minecraft.class_3778$class_4182
net.minecraft.structure.pool.StructurePoolBasedGenerator$StructurePoolGenerator

Field summary

Modifier and TypeField
private final Registry<StructurePool>
pools
pools
field_25852
registry
private final int
maxDepth
maxDepth
field_18700
maxSize
private final ChunkGenerator
chunkGenerator
chunkGenerator
field_18702
chunkGenerator
private final StructureTemplateManager
structureTemplateManager
structureTemplateManager
field_18703
structureTemplateManager
private final List<? super PoolStructurePiece>
pieces
pieces
field_18704
children
private final Random
random
random
field_18705
random
private final PriorityIterator<StructurePoolBasedGenerator$ShapedPoolStructurePiece>
placing
placing
field_18706
structurePieces

Constructor summary

ModifierConstructor
private (Registry<StructurePool> registry, int maxSize, ChunkGenerator chunkGenerator, StructureTemplateManager structureTemplateManager, List<? super PoolStructurePiece> children, Random random)

Method summary

Modifier and TypeMethod
private void
tryPlacingChildren(PoolElementStructurePiece sourcePiece, org.apache.commons.lang3.mutable.MutableObject<VoxelShape> contextFree, int depth, boolean doExpansionHack, LevelHeightAccessor heightAccessor, RandomState randomState, PoolAliasLookup poolAliasLookup, LiquidSettings liquidSettings)
tryPlacingChildren(PoolElementStructurePiece sourcePiece, org.apache.commons.lang3.mutable.MutableObject<VoxelShape> contextFree, int depth, boolean doExpansionHack, LevelHeightAccessor heightAccessor, RandomState randomState, PoolAliasLookup poolAliasLookup, LiquidSettings liquidSettings)
method_19306(class_3790 arg0, org.apache.commons.lang3.mutable.MutableObject<class_265> arg1, int arg2, boolean arg3, class_5539 arg4, class_7138 arg5, class_8891 arg6, class_9822 arg7)
generatePiece(PoolStructurePiece piece, org.apache.commons.lang3.mutable.MutableObject<VoxelShape> pieceShape, int depth, boolean modifyBoundingBox, HeightLimitView world, NoiseConfig noiseConfig, StructurePoolAliasLookup aliasLookup, StructureLiquidSettings liquidSettings)