Interface GeneratedStructure
- All Superinterfaces:
PersistentDataHolder, PersistentDataViewHolder
Represents a structure placed in the world.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionGets the bounding box of this placed structure.Gets all theStructurePiecethat make up this PlacedStructure.Gets the structure that this PlacedStructure represents.Methods inherited from interface PersistentDataHolder
getPersistentDataContainer
-
Method Details
-
getBoundingBox
Gets the bounding box of this placed structure.- Returns:
- bounding box of this placed structure
-
getStructure
-
getPieces
Gets all theStructurePiecethat make up this PlacedStructure.- Returns:
- a collection of all the StructurePieces
-