Package ai.extend.types
Interface Block.BoundingBoxStage
-
- All Known Implementing Classes:
Block.Builder
- Enclosing class:
- Block
public static interface Block.BoundingBoxStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Block._FinalStageboundingBox(BoundingBox boundingBox)A simplified bounding box for the block.
-
-
-
Method Detail
-
boundingBox
Block._FinalStage boundingBox(@NotNull BoundingBox boundingBox)
A simplified bounding box for the block.
-
-