Index
All Classes and Interfaces|All Packages
C
- com.github.shynixn.structureblocklib.bukkit.v1_10_R1 - package com.github.shynixn.structureblocklib.bukkit.v1_10_R1
- conversionService - Variable in class com.github.shynixn.structureblocklib.bukkit.v1_10_R1.CraftStructureBlock
- convertToMirrorHandle(StructureMirror) - Method in class com.github.shynixn.structureblocklib.bukkit.v1_10_R1.TypeConversionServiceImpl
-
Converts the given
StructureMirrorto a handle. - convertToRotationHandle(StructureRotation) - Method in class com.github.shynixn.structureblocklib.bukkit.v1_10_R1.TypeConversionServiceImpl
-
Converts the given
StructureRotationto a handle. - convertToStructureMirror(Object) - Method in class com.github.shynixn.structureblocklib.bukkit.v1_10_R1.TypeConversionServiceImpl
-
Converts the given handle to a
StructureMirror. - convertToStructureMode(Object) - Method in class com.github.shynixn.structureblocklib.bukkit.v1_10_R1.TypeConversionServiceImpl
-
Converts the given handle to a
StructureMode. - convertToStructureModeHandle(StructureMode) - Method in class com.github.shynixn.structureblocklib.bukkit.v1_10_R1.TypeConversionServiceImpl
-
Converts the given
StructureModeto a handle. - convertToStructureRotation(Object) - Method in class com.github.shynixn.structureblocklib.bukkit.v1_10_R1.TypeConversionServiceImpl
-
Converts the given handle to a
StructureRotation. - CraftStructureBlock - Class in com.github.shynixn.structureblocklib.bukkit.v1_10_R1
- CraftStructureBlock(StructureBlockAbstractImpl<Location, Vector>, TypeConversionService, Block) - Constructor for class com.github.shynixn.structureblocklib.bukkit.v1_10_R1.CraftStructureBlock
-
Creates a new instance with dependencies.
D
- deSerialize(InputStream) - Method in class com.github.shynixn.structureblocklib.bukkit.v1_10_R1.StructureSerializationServiceImpl
-
Deserializes the
InputStreamto an NMS handle of DefinedStructure.
G
- getAuthor() - Method in class com.github.shynixn.structureblocklib.bukkit.v1_10_R1.CraftStructureBlock
-
Returns the author of the structure.
- getBlockNameMetaData() - Method in class com.github.shynixn.structureblocklib.bukkit.v1_10_R1.CraftStructureBlock
-
Returns the custom meta data.
- getIntegrity() - Method in class com.github.shynixn.structureblocklib.bukkit.v1_10_R1.CraftStructureBlock
-
Returns the integrity of the structure.
- getMirrorType() - Method in class com.github.shynixn.structureblocklib.bukkit.v1_10_R1.CraftStructureBlock
-
Returns the mirrorType of the structure when getting load.
- getRotationType() - Method in class com.github.shynixn.structureblocklib.bukkit.v1_10_R1.CraftStructureBlock
-
Returns the rotation of the structure when getting load.
- getSaveName() - Method in class com.github.shynixn.structureblocklib.bukkit.v1_10_R1.CraftStructureBlock
-
Returns the name of the save.
- getSeed() - Method in class com.github.shynixn.structureblocklib.bukkit.v1_10_R1.CraftStructureBlock
-
Returns the seed of the structure.
- getSizeX() - Method in class com.github.shynixn.structureblocklib.bukkit.v1_10_R1.CraftStructureBlock
-
Returns the size of the structure in X direction.
- getSizeY() - Method in class com.github.shynixn.structureblocklib.bukkit.v1_10_R1.CraftStructureBlock
-
Returns the size of the structure in Y direction.
- getSizeZ() - Method in class com.github.shynixn.structureblocklib.bukkit.v1_10_R1.CraftStructureBlock
-
Returns the size of the structure in Z direction.
- getStructureLocation() - Method in class com.github.shynixn.structureblocklib.bukkit.v1_10_R1.CraftStructureBlock
-
Returns the location of the structure.
- getStructureMode() - Method in class com.github.shynixn.structureblocklib.bukkit.v1_10_R1.CraftStructureBlock
-
Returns the type of the structureBlock.
I
- internalBlock - Variable in class com.github.shynixn.structureblocklib.bukkit.v1_10_R1.CraftStructureBlock
- isBoundingBoxVisible() - Method in class com.github.shynixn.structureblocklib.bukkit.v1_10_R1.CraftStructureBlock
-
Returns if the boundingBox is visible.
- isIncludeEntitiesEnabled() - Method in class com.github.shynixn.structureblocklib.bukkit.v1_10_R1.CraftStructureBlock
-
Should entities which may or may not be included in the saved file be included in the loaded/saved structure.
- isInvisibleBlocksEnabled() - Method in class com.github.shynixn.structureblocklib.bukkit.v1_10_R1.CraftStructureBlock
-
Returns if invisibleBlocks are visible.
L
- loadStructure() - Method in class com.github.shynixn.structureblocklib.bukkit.v1_10_R1.CraftStructureBlock
-
Creates a new instance of
StructureLoaderAbstractwhich contains the current block properties.
P
- placeStructureToWorld(StructurePlaceMeta, Object) - Method in class com.github.shynixn.structureblocklib.bukkit.v1_10_R1.StructureWorldServiceImpl
-
Places the blocks in the world defined by the given structure.
R
- readStructureFromWorld(StructureReadMeta) - Method in class com.github.shynixn.structureblocklib.bukkit.v1_10_R1.StructureWorldServiceImpl
-
Reads the blocks in the world into an NMS Structure definition.
S
- saveStructure() - Method in class com.github.shynixn.structureblocklib.bukkit.v1_10_R1.CraftStructureBlock
-
Creates a new instance of
StructureSaverAbstractwhich contains the current block properties. - serialize(Object, OutputStream) - Method in class com.github.shynixn.structureblocklib.bukkit.v1_10_R1.StructureSerializationServiceImpl
-
Serializes the NMS handle of DefinedStructure to an
OutputStream. - setAuthor(String) - Method in class com.github.shynixn.structureblocklib.bukkit.v1_10_R1.CraftStructureBlock
-
Sets the author of the structure.
- setBlockNameMetaData(String) - Method in class com.github.shynixn.structureblocklib.bukkit.v1_10_R1.CraftStructureBlock
-
Sets custom meta data.
- setBoundingBoxVisible(boolean) - Method in class com.github.shynixn.structureblocklib.bukkit.v1_10_R1.CraftStructureBlock
-
Sets the boundingBoxVisibility.
- setIncludeEntities(boolean) - Method in class com.github.shynixn.structureblocklib.bukkit.v1_10_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_10_R1.CraftStructureBlock
-
Sets the integrity of the structure.
- setInvisibleBlocksEnabled(boolean) - Method in class com.github.shynixn.structureblocklib.bukkit.v1_10_R1.CraftStructureBlock
-
Sets if invisibleBlocks should be visible.
- setMirrorType(StructureMirror) - Method in class com.github.shynixn.structureblocklib.bukkit.v1_10_R1.CraftStructureBlock
-
Sets the mirrorType of the structure when getting load.
- setRotationType(StructureRotation) - Method in class com.github.shynixn.structureblocklib.bukkit.v1_10_R1.CraftStructureBlock
-
Sets the rotation of the structure when getting load.
- setSaveName(String) - Method in class com.github.shynixn.structureblocklib.bukkit.v1_10_R1.CraftStructureBlock
-
Sets the name of the save.
- setSeed(long) - Method in class com.github.shynixn.structureblocklib.bukkit.v1_10_R1.CraftStructureBlock
-
Sets the seed of the structure.
- setSizeX(int) - Method in class com.github.shynixn.structureblocklib.bukkit.v1_10_R1.CraftStructureBlock
-
Changes the size of the structure in X direction.
- setSizeY(int) - Method in class com.github.shynixn.structureblocklib.bukkit.v1_10_R1.CraftStructureBlock
-
Changes the size of the structure in Y direction.
- setSizeZ(int) - Method in class com.github.shynixn.structureblocklib.bukkit.v1_10_R1.CraftStructureBlock
-
Changes the size of the structure in Z direction.
- setStructureLocation(Location) - Method in class com.github.shynixn.structureblocklib.bukkit.v1_10_R1.CraftStructureBlock
-
Changes the location of the structure.
- setStructureMode(StructureMode) - Method in class com.github.shynixn.structureblocklib.bukkit.v1_10_R1.CraftStructureBlock
-
Changes the type of the structureBlock.
- StructureSerializationServiceImpl - Class in com.github.shynixn.structureblocklib.bukkit.v1_10_R1
-
Serialization service.
- StructureSerializationServiceImpl() - Constructor for class com.github.shynixn.structureblocklib.bukkit.v1_10_R1.StructureSerializationServiceImpl
- StructureWorldServiceImpl - Class in com.github.shynixn.structureblocklib.bukkit.v1_10_R1
-
Implementation to interact with structures in the world.
- StructureWorldServiceImpl(TypeConversionService) - Constructor for class com.github.shynixn.structureblocklib.bukkit.v1_10_R1.StructureWorldServiceImpl
-
Creates a new service with dependencies.
T
- tileEntityStructure - Variable in class com.github.shynixn.structureblocklib.bukkit.v1_10_R1.CraftStructureBlock
- TypeConversionServiceImpl - Class in com.github.shynixn.structureblocklib.bukkit.v1_10_R1
- TypeConversionServiceImpl() - Constructor for class com.github.shynixn.structureblocklib.bukkit.v1_10_R1.TypeConversionServiceImpl
U
- update(boolean, boolean) - Method in class com.github.shynixn.structureblocklib.bukkit.v1_10_R1.CraftStructureBlock
-
Updates the craft changes to the minecraft world.
All Classes and Interfaces|All Packages