Structure Block Save Abstract
interface StructureBlockSaveAbstract<L, V> : StructureBlockConstructionAbstract<L>
Content copied to clipboard
Functions
get Save Name
Link copied to clipboard
Returns the name of the save.
get Structure Location
Link copied to clipboard
Returns the location of the structure.
get Structure Mode
Link copied to clipboard
Returns the type of the structureBlock.
is Include Entities Enabled
Link copied to clipboard
Should entities which may or may not be included in the saved file be included in the loaded/saved structure.
is Invisible Blocks Enabled
Link copied to clipboard
Returns if invisibleBlocks are visible.
save Structure
Link copied to clipboard
Gets the associated StructureSaverAbstract instance which contains the current block properties.
set Include Entities
Link copied to clipboard
Should entities which may or may not be included in the saved file be included in the loaded/saved structure.
set Invisible Blocks Enabled
Link copied to clipboard
Sets if invisibleBlocks should be visible.
set Save Name
Link copied to clipboard
Sets the name of the save.
set Structure Location
Link copied to clipboard
Changes the location of the structure.
set Structure Mode
Link copied to clipboard
Changes the type of the structureBlock.
Inheritors
StructureBlockSave
Link copied to clipboard