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 PoolStructurePieceStructurePoolBasedGenerator.ShapedPoolStructurePiece.pieceFields in net.minecraft.structure.pool with type parameters of type PoolStructurePieceModifier and TypeFieldDescriptionprivate final List<? super PoolStructurePiece>StructurePoolBasedGenerator.StructurePoolGenerator.childrenMethods in net.minecraft.structure.pool that return PoolStructurePieceModifier and TypeMethodDescriptionStructurePoolBasedGenerator.PieceFactory.create(StructureManager structureManager, StructurePoolElement poolElement, BlockPos pos, int groundLevelDelta, BlockRotation rotation, BlockBox elementBounds) Methods in net.minecraft.structure.pool with parameters of type PoolStructurePieceModifier and TypeMethodDescriptionstatic voidStructurePoolBasedGenerator.generate(DynamicRegistryManager registryManager, PoolStructurePiece piece, int maxDepth, StructurePoolBasedGenerator.PieceFactory pieceFactory, ChunkGenerator chunkGenerator, StructureManager structureManager, List<? super PoolStructurePiece> results, Random random, HeightLimitView world) (package private) voidStructurePoolBasedGenerator.StructurePoolGenerator.generatePiece(PoolStructurePiece piece, MutableObject<VoxelShape> pieceShape, int minY, boolean modifyBoundingBox, HeightLimitView world) Method parameters in net.minecraft.structure.pool with type arguments of type PoolStructurePieceModifier and TypeMethodDescriptionstatic voidStructurePoolBasedGenerator.generate(DynamicRegistryManager registryManager, PoolStructurePiece piece, int maxDepth, StructurePoolBasedGenerator.PieceFactory pieceFactory, ChunkGenerator chunkGenerator, StructureManager structureManager, List<? super PoolStructurePiece> results, Random random, HeightLimitView world) 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, StructurePoolBasedGenerator.PieceFactory pieceFactory, ChunkGenerator chunkGenerator, StructureManager structureManager, List<? super PoolStructurePiece> children, Random random)