Uses of Class
net.minecraft.structure.PoolStructurePiece
| Package | Description |
|---|---|
| net.minecraft.structure.pool |
-
Uses of PoolStructurePiece in net.minecraft.structure.pool
Fields in net.minecraft.structure.pool declared as PoolStructurePiece Modifier and Type Field Description private PoolStructurePieceStructurePoolBasedGenerator.ShapedPoolStructurePiece. pieceFields in net.minecraft.structure.pool with type parameters of type PoolStructurePiece Modifier and Type Field Description private List<? super PoolStructurePiece>StructurePoolBasedGenerator.StructurePoolGenerator. childrenMethods in net.minecraft.structure.pool that return PoolStructurePiece Modifier and Type Method Description PoolStructurePieceStructurePoolBasedGenerator.PieceFactory. create(StructureManager structureManager, StructurePoolElement poolElement, BlockPos pos, int int2, BlockRotation rotation, BlockBox elementBounds)Methods in net.minecraft.structure.pool with parameters of type PoolStructurePiece Modifier and Type Method Description private voidStructurePoolBasedGenerator.StructurePoolGenerator. generatePiece(PoolStructurePiece piece, MutableObject<VoxelShape> mutableObject, int minY, int currentSize, boolean bool, HeightLimitView heightLimitView)static voidStructurePoolBasedGenerator. 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 PoolStructurePiece Modifier and Type Method Description static voidStructurePoolBasedGenerator. 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 PoolStructurePiece Constructor Description ShapedPoolStructurePiece(PoolStructurePiece piece, MutableObject<VoxelShape> pieceShape, int minY, int currentSize)Constructor parameters in net.minecraft.structure.pool with type arguments of type PoolStructurePiece Constructor Description StructurePoolGenerator(Registry<StructurePool> registry, int maxSize, StructurePoolBasedGenerator.PieceFactory pieceFactory, ChunkGenerator chunkGenerator, StructureManager structureManager, List<? super PoolStructurePiece> children, Random random)