Structure Block Load Abstract
interface StructureBlockLoadAbstract<L, V, B, E, W> : StructureBlockConstructionAbstract<L>
Content copied to clipboard
Functions
get Integrity
Link copied to clipboard
Returns the integrity of the structure.
get Mirror Type
Link copied to clipboard
Returns the mirrorType of the structure when getting load.
get Rotation Type
Link copied to clipboard
Returns the rotation of the structure when getting load.
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 Bounding Box Visible
Link copied to clipboard
Returns if the boundingBox is visible.
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.
load Structure
Link copied to clipboard
Gets the associated StructureLoaderAbstract instance which contains the current block properties.
set Bounding Box Visible
Link copied to clipboard
Sets the boundingBoxVisibility.
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 Integrity
Link copied to clipboard
Sets the integrity of the structure.
set Mirror Type
Link copied to clipboard
Sets the mirrorType of the structure when getting load.
set Rotation Type
Link copied to clipboard
Sets the rotation of the structure when getting load.
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
StructureBlockLoad
Link copied to clipboard