Package net.minecraft.structure.pool
Class StructurePoolBasedGenerator.ShapedPoolStructurePiece
java.lang.Object
net.minecraft.structure.pool.StructurePoolBasedGenerator.ShapedPoolStructurePiece
- Enclosing class:
- StructurePoolBasedGenerator
static final class StructurePoolBasedGenerator.ShapedPoolStructurePiece extends Object
-
Field Summary
Fields Modifier and Type Field Description private intcurrentSizeprivate intminYprivate PoolStructurePiecepieceprivate MutableObject<VoxelShape>pieceShape -
Constructor Summary
Constructors Modifier Constructor Description privateShapedPoolStructurePiece(PoolStructurePiece piece, MutableObject<VoxelShape> mutableObject, int minY, int currentSize) -
Method Summary
-
Field Details
-
piece
-
pieceShape
-
minY
private final int minY -
currentSize
private final int currentSize
-
-
Constructor Details
-
ShapedPoolStructurePiece
private ShapedPoolStructurePiece(PoolStructurePiece piece, MutableObject<VoxelShape> mutableObject, int minY, int currentSize)
-