Structure Block Lib Api
interface StructureBlockLibApi
Content copied to clipboard
Root Api entry.
Functions
get Structure Block At
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.
load Structure
Link copied to clipboard
Creates a new instance of the StructureLoader for loading structures from a source into the minecraft world.
save Structure
Link copied to clipboard
Creates a new instance of the StructureSaver for saving structures from a minecraft world into a target.
Properties
INSTANCE
Link copied to clipboard
Inheritors
StructureBlockLib
Link copied to clipboard