StructureBlockLoadAbstract
interface StructureBlockLoadAbstract<L, V, B, E, W> : StructureBlockConstructionAbstract<L>
Content copied to clipboard
Functions
getIntegrity
Link copied to clipboard
Returns the integrity of the structure.
getMirrorType
Link copied to clipboard
Returns the mirrorType of the structure when getting load.
getRotationType
Link copied to clipboard
Returns the rotation of the structure when getting load.
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.
isBoundingBoxVisible
Link copied to clipboard
Returns if the boundingBox is visible.
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.
loadStructure
Link copied to clipboard
Gets the associated StructureLoaderAbstract instance which contains the current block properties.
setBoundingBoxVisible
Link copied to clipboard
Sets the boundingBoxVisibility.
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.
setIntegrity
Link copied to clipboard
Sets the integrity of the structure.
setMirrorType
Link copied to clipboard
Sets the mirrorType of the structure when getting load.
setRotationType
Link copied to clipboard
Sets the rotation of the structure when getting load.
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.