接口 GeneratedStructure
- 所有超级接口:
PersistentDataHolder
Represents a structure placed in the world.
- 另请参阅:
-
方法概要
修饰符和类型方法说明Gets the bounding box of this placed structure.Gets all theStructurePiece
that make up this PlacedStructure.Gets the structure that this PlacedStructure represents.从接口继承的方法 org.bukkit.persistence.PersistentDataHolder
getPersistentDataContainer
-
方法详细资料
-
getBoundingBox
Gets the bounding box of this placed structure.- 返回:
- bounding box of this placed structure
-
getStructure
Gets the structure that this PlacedStructure represents.- 返回:
- the structure that this PlacedStructure represents
-
getPieces
Gets all theStructurePiece
that make up this PlacedStructure.- 返回:
- a collection of all the StructurePieces
-