StructureBlockLibApi
interface StructureBlockLibApi
Content copied to clipboard
Root Api entry.
Functions
getStructureBlockAt
Link copied to clipboard
abstract fun <T : StructureBlock?> getStructureBlockAt(location: Location, plugin: Plugin): T
Content copied to clipboard
Gets or creates a StructureBlock at the given location.
loadStructure
Link copied to clipboard
Creates a new instance of the StructureLoader for loading structures from a source into the minecraft world.
saveStructure
Link copied to clipboard
Creates a new instance of the StructureSaver for saving structures from a minecraft world into a target.