StructureBlockCorner

interface StructureBlockCorner : StructureBlockCornerAbstract, StructureBlock

Bukkit Wrapper for the StructureBlock.

Functions

getSaveName
Link copied to clipboard
abstract fun getSaveName(): String
Returns the name of the save.
getStructureMode
Link copied to clipboard
abstract fun getStructureMode(): StructureMode
Returns the type of the structureBlock.
setSaveName
Link copied to clipboard
abstract fun setSaveName(name: String)
Sets the name of the save.
setStructureMode
Link copied to clipboard
abstract fun setStructureMode(structureMode: StructureMode)
Changes the type of the structureBlock.

Inheritors

StructureBlockConstruction
Link copied to clipboard