Uses of Class
net.minecraft.structure.PoolStructurePiece
Packages that use PoolStructurePiece
-
Uses of PoolStructurePiece in net.minecraft.structure.pool
Fields in net.minecraft.structure.pool declared as PoolStructurePieceModifier and TypeFieldDescriptionprivate final PoolStructurePiece
StructurePoolBasedGenerator.ShapedPoolStructurePiece.piece
The field for thepiece
record component.Fields in net.minecraft.structure.pool with type parameters of type PoolStructurePieceModifier and TypeFieldDescriptionprivate final List
<? super PoolStructurePiece> StructurePoolBasedGenerator.StructurePoolGenerator.children
Methods in net.minecraft.structure.pool that return PoolStructurePieceModifier and TypeMethodDescriptionStructurePoolBasedGenerator.ShapedPoolStructurePiece.piece()
Returns the value of thepiece
record component.Methods in net.minecraft.structure.pool with parameters of type PoolStructurePieceModifier and TypeMethodDescriptionprivate static void
StructurePoolBasedGenerator.generate
(NoiseConfig noiseConfig, int maxSize, boolean modifyBoundingBox, ChunkGenerator chunkGenerator, StructureTemplateManager structureTemplateManager, HeightLimitView heightLimitView, Random random, Registry<StructurePool> structurePoolRegistry, PoolStructurePiece firstPiece, List<PoolStructurePiece> pieces, VoxelShape pieceShape, StructurePoolAliasLookup aliasLookup, StructureLiquidSettings liquidSettings) (package private) void
StructurePoolBasedGenerator.StructurePoolGenerator.generatePiece
(PoolStructurePiece piece, MutableObject<VoxelShape> pieceShape, int depth, boolean modifyBoundingBox, HeightLimitView world, NoiseConfig noiseConfig, StructurePoolAliasLookup aliasLookup, StructureLiquidSettings liquidSettings) Method parameters in net.minecraft.structure.pool with type arguments of type PoolStructurePieceModifier and TypeMethodDescriptionprivate static void
StructurePoolBasedGenerator.generate
(NoiseConfig noiseConfig, int maxSize, boolean modifyBoundingBox, ChunkGenerator chunkGenerator, StructureTemplateManager structureTemplateManager, HeightLimitView heightLimitView, Random random, Registry<StructurePool> structurePoolRegistry, PoolStructurePiece firstPiece, List<PoolStructurePiece> pieces, VoxelShape pieceShape, StructurePoolAliasLookup aliasLookup, StructureLiquidSettings liquidSettings) Constructors in net.minecraft.structure.pool with parameters of type PoolStructurePieceModifierConstructorDescription(package private)
ShapedPoolStructurePiece
(PoolStructurePiece piece, MutableObject<VoxelShape> pieceShape, int currentSize) Constructor parameters in net.minecraft.structure.pool with type arguments of type PoolStructurePieceModifierConstructorDescription(package private)
StructurePoolGenerator
(Registry<StructurePool> registry, int maxSize, ChunkGenerator chunkGenerator, StructureTemplateManager structureTemplateManager, List<? super PoolStructurePiece> children, Random random)