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 TypeFieldDescription(package private) final PoolStructurePiece
StructurePoolBasedGenerator.ShapedPoolStructurePiece.piece
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.PieceFactory.create
(StructureManager structureManager, StructurePoolElement poolElement, BlockPos pos, int int2, BlockRotation rotation, BlockBox elementBounds) Methods in net.minecraft.structure.pool with parameters of type PoolStructurePieceModifier and TypeMethodDescription(package private) void
StructurePoolBasedGenerator.StructurePoolGenerator.generatePiece
(PoolStructurePiece piece, MutableObject<VoxelShape> pieceShape, int minY, int currentSize, boolean modifyBoundingBox, HeightLimitView world) static void
StructurePoolBasedGenerator.method_27230
(DynamicRegistryManager dynamicRegistryManager, PoolStructurePiece poolStructurePiece, int int2, StructurePoolBasedGenerator.PieceFactory pieceFactory, ChunkGenerator chunkGenerator, StructureManager structureManager, List<? super PoolStructurePiece> list, Random random, HeightLimitView heightLimitView) Method parameters in net.minecraft.structure.pool with type arguments of type PoolStructurePieceModifier and TypeMethodDescriptionstatic void
StructurePoolBasedGenerator.method_27230
(DynamicRegistryManager dynamicRegistryManager, PoolStructurePiece poolStructurePiece, int int2, StructurePoolBasedGenerator.PieceFactory pieceFactory, ChunkGenerator chunkGenerator, StructureManager structureManager, List<? super PoolStructurePiece> list, Random random, HeightLimitView heightLimitView) Constructors in net.minecraft.structure.pool with parameters of type PoolStructurePieceModifierConstructorDescription(package private)
ShapedPoolStructurePiece
(PoolStructurePiece piece, MutableObject<VoxelShape> pieceShape, int minY, int currentSize) Constructor parameters in net.minecraft.structure.pool with type arguments of type PoolStructurePieceModifierConstructorDescription(package private)
StructurePoolGenerator
(Registry<StructurePool> registry, int maxSize, StructurePoolBasedGenerator.PieceFactory pieceFactory, ChunkGenerator chunkGenerator, StructureManager structureManager, List<? super PoolStructurePiece> children, Random random)