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 int
currentSize
private int
minY
private PoolStructurePiece
piece
private MutableObject<VoxelShape>
pieceShape
-
Constructor Summary
Constructors Modifier Constructor Description private
ShapedPoolStructurePiece(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)
-