StructureBlockSave
interface StructureBlockSave : StructureBlockSaveAbstract<Location, Vector> , StructureBlockConstruction
Content copied to clipboard
Bukkit Wrapper for the StructureBlock.
Functions
getSaveName
Link copied to clipboard
Returns the name of the save.
getStructureLocation
Link copied to clipboard
Returns the location of the structure.
getStructureMode
Link copied to clipboard
Returns the type of the structureBlock.
isIncludeEntitiesEnabled
Link copied to clipboard
Should entities which may or may not be included in the saved file be included in the loaded/saved structure.
isInvisibleBlocksEnabled
Link copied to clipboard
Returns if invisibleBlocks are visible.
saveStructure
Link copied to clipboard
Gets the associated StructureSaverAbstract instance which contains the current block properties.
setIncludeEntities
Link copied to clipboard
Should entities which may or may not be included in the saved file be included in the loaded/saved structure.
setInvisibleBlocksEnabled
Link copied to clipboard
Sets if invisibleBlocks should be visible.
setSaveName
Link copied to clipboard
Sets the name of the save.
setStructureLocation
Link copied to clipboard
Changes the location of the structure.
setStructureMode
Link copied to clipboard
Changes the type of the structureBlock.