StructureBlockCornerAbstract

interface StructureBlockCornerAbstract : StructureBlockAbstract

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

StructureBlockCorner
Link copied to clipboard
StructureBlockConstructionAbstract
Link copied to clipboard