StructureBlockLib

open class StructureBlockLib : StructureBlockLibApi

Api Bukkit implementation.

Constructors

StructureBlockLib
Link copied to clipboard
open fun StructureBlockLib()
Init.

Functions

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