- saveStructure() - Method in class com.github.shynixn.structureblocklib.bukkit.v1_16_R1.CraftStructureBlock
-
Creates a new instance of StructureSaverAbstract which
contains the current block properties.
- serialize(Object, OutputStream) - Method in class com.github.shynixn.structureblocklib.bukkit.v1_16_R1.StructureSerializationServiceImpl
-
Serializes the NMS handle of DefinedStructure to an OutputStream.
- setAuthor(String) - Method in class com.github.shynixn.structureblocklib.bukkit.v1_16_R1.CraftStructureBlock
-
Sets the author of the structure.
- setBlockNameMetaData(String) - Method in class com.github.shynixn.structureblocklib.bukkit.v1_16_R1.CraftStructureBlock
-
Sets custom meta data.
- setBoundingBoxVisible(boolean) - Method in class com.github.shynixn.structureblocklib.bukkit.v1_16_R1.CraftStructureBlock
-
Sets the boundingBoxVisibility.
- setIncludeEntities(boolean) - Method in class com.github.shynixn.structureblocklib.bukkit.v1_16_R1.CraftStructureBlock
-
Should entities which may or may not be included in the
saved file be included in the loaded/saved structure.
- setIntegrity(float) - Method in class com.github.shynixn.structureblocklib.bukkit.v1_16_R1.CraftStructureBlock
-
Sets the integrity of the structure.
- setInvisibleBlocksEnabled(boolean) - Method in class com.github.shynixn.structureblocklib.bukkit.v1_16_R1.CraftStructureBlock
-
Sets if invisibleBlocks should be visible.
- setMirrorType(StructureMirror) - Method in class com.github.shynixn.structureblocklib.bukkit.v1_16_R1.CraftStructureBlock
-
Sets the mirrorType of the structure when getting load.
- setRotationType(StructureRotation) - Method in class com.github.shynixn.structureblocklib.bukkit.v1_16_R1.CraftStructureBlock
-
Sets the rotation of the structure when getting load.
- setSaveName(String) - Method in class com.github.shynixn.structureblocklib.bukkit.v1_16_R1.CraftStructureBlock
-
Sets the name of the save.
- setSeed(long) - Method in class com.github.shynixn.structureblocklib.bukkit.v1_16_R1.CraftStructureBlock
-
Sets the seed of the structure.
- setSizeX(int) - Method in class com.github.shynixn.structureblocklib.bukkit.v1_16_R1.CraftStructureBlock
-
Changes the size of the structure in X direction.
- setSizeY(int) - Method in class com.github.shynixn.structureblocklib.bukkit.v1_16_R1.CraftStructureBlock
-
Changes the size of the structure in Y direction.
- setSizeZ(int) - Method in class com.github.shynixn.structureblocklib.bukkit.v1_16_R1.CraftStructureBlock
-
Changes the size of the structure in Z direction.
- setStructureLocation(Location) - Method in class com.github.shynixn.structureblocklib.bukkit.v1_16_R1.CraftStructureBlock
-
Changes the location of the structure.
- setStructureMode(StructureMode) - Method in class com.github.shynixn.structureblocklib.bukkit.v1_16_R1.CraftStructureBlock
-
Changes the type of the structureBlock.
- StructureSerializationServiceImpl - Class in com.github.shynixn.structureblocklib.bukkit.v1_16_R1
-
Serialization service.
- StructureSerializationServiceImpl() - Constructor for class com.github.shynixn.structureblocklib.bukkit.v1_16_R1.StructureSerializationServiceImpl
-
- StructureWorldServiceImpl - Class in com.github.shynixn.structureblocklib.bukkit.v1_16_R1
-
Implementation to interact with structures in the world.
- StructureWorldServiceImpl(TypeConversionService) - Constructor for class com.github.shynixn.structureblocklib.bukkit.v1_16_R1.StructureWorldServiceImpl
-
Creates a new service with dependencies.