Package org.bukkit.generator.structure
Interface GeneratedStructure
- All Superinterfaces:
- PersistentDataHolder
Represents a structure placed in the world.
- See Also:
- 
Method SummaryModifier 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 org.bukkit.persistence.PersistentDataHoldergetPersistentDataContainer
- 
Method Details- 
getBoundingBoxGets the bounding box of this placed structure.- Returns:
- bounding box of this placed structure
 
- 
getStructureGets the structure that this PlacedStructure represents.- Returns:
- the structure that this PlacedStructure represents
 
- 
getPiecesGets all theStructurePiecethat make up this PlacedStructure.- Returns:
- a collection of all the StructurePieces
 
 
-