Interface StructureBlockDataAbstract
- All Superinterfaces:
StructureBlockAbstract
-
Method Summary
Modifier and TypeMethodDescription@Nullable StringReturns the custom meta data.voidsetBlockNameMetaData(@Nullable String blockNameMetaData) Sets custom meta data.Methods inherited from interface com.github.shynixn.structureblocklib.api.block.StructureBlockAbstract
getStructureMode, setStructureMode
-
Method Details
-
setBlockNameMetaData
Sets custom meta data. Please use the minecraft documentation to find out more.- Parameters:
blockNameMetaData- customMeta.
-
getBlockNameMetaData
Returns the custom meta data.- Returns:
- customMeta
-