StructureBlockDataAbstract

interface StructureBlockDataAbstract : StructureBlockAbstract

Functions

getBlockNameMetaData
Link copied to clipboard
abstract fun getBlockNameMetaData(): String
Returns the custom meta data.
getStructureMode
Link copied to clipboard
abstract fun getStructureMode(): StructureMode
Returns the type of the structureBlock.
setBlockNameMetaData
Link copied to clipboard
abstract fun setBlockNameMetaData(blockNameMetaData: String)
Sets custom meta data.
setStructureMode
Link copied to clipboard
abstract fun setStructureMode(structureMode: StructureMode)
Changes the type of the structureBlock.

Inheritors

StructureBlockData
Link copied to clipboard