Interface StructureBlockCornerAbstract
- All Superinterfaces:
StructureBlockAbstract
- All Known Subinterfaces:
StructureBlockConstructionAbstract<L>,StructureBlockLoadAbstract<L,,V, B, E, W> StructureBlockSaveAbstract<L,V>
-
Method Summary
Modifier and TypeMethodDescription@Nullable StringReturns the name of the save.voidsetSaveName(@Nullable String name) Sets the name of the save.Methods inherited from interface com.github.shynixn.structureblocklib.api.block.StructureBlockAbstract
getStructureMode, setStructureMode
-
Method Details
-
setSaveName
Sets the name of the save.- Parameters:
name- name.
-
getSaveName
Returns the name of the save.- Returns:
- name.
-