void
setType (LootTableType type)
Set the type of the loottable.
@@ -210,7 +211,7 @@ Method Summary
Methods inherited from class java.lang.Object
-equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
@@ -288,6 +289,20 @@ setType
+
+
+
+
@@ -358,7 +373,6 @@ getItems
Overview
Package
Class
-Use
Tree
Deprecated
Index
diff --git a/docs/com/ryandw11/structure/loottables/LootTableType.html b/docs/com/ryandw11/structure/loottables/LootTableType.html
index 2dec74f..f7c9b61 100644
--- a/docs/com/ryandw11/structure/loottables/LootTableType.html
+++ b/docs/com/ryandw11/structure/loottables/LootTableType.html
@@ -2,9 +2,9 @@
-
+
LootTableType
-
+
@@ -40,7 +40,6 @@
Overview
Package
Class
-Use
Tree
Deprecated
Index
@@ -121,10 +120,6 @@ Enum LootTableType
public enum LootTableType
extends java.lang.Enum<LootTableType >
The type of LootTable.
-
-Author:
-Chusca
-
@@ -182,7 +177,7 @@ Method Summary
Methods inherited from class java.lang.Enum
-compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
+clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
@@ -160,7 +155,7 @@ Method Summary
Methods inherited from class java.lang.Object
-equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
@@ -221,7 +216,6 @@ getLootTableByName
Overview
Package
Class
-Use
Tree
Deprecated
Index
diff --git a/docs/com/ryandw11/structure/loottables/customitems/CustomItemManager.html b/docs/com/ryandw11/structure/loottables/customitems/CustomItemManager.html
new file mode 100644
index 0000000..d6f4c75
--- /dev/null
+++ b/docs/com/ryandw11/structure/loottables/customitems/CustomItemManager.html
@@ -0,0 +1,353 @@
+
+
+
+
+
+CustomItemManager
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Prev Class
+Next Class
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+com.ryandw11.structure.loottables.customitems.CustomItemManager
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+CustomItemManager (CustomStructures structures,
+ java.io.File file,
+ java.io.File dir)
+This should only ever be constructed by the CustomStructures main class.
+
+
+
+
+
+
+
+
+
+
+Method Summary
+
+All Methods Instance Methods Concrete Methods
+
+Modifier and Type
+Method and Description
+
+
+boolean
+addItem (java.lang.String key,
+ org.bukkit.inventory.ItemStack itemStack)
+Add an item to the custom items file.
+
+
+
+org.bukkit.configuration.file.FileConfiguration
+getConfig ()
+
+
+org.bukkit.inventory.ItemStack
+getItem (java.lang.String key)
+Get an item from the item file.
+
+
+
+boolean
+removeItem (java.lang.String key)
+Remove an item from the custom items file.
+
+
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+addItem
+public boolean addItem(java.lang.String key,
+ org.bukkit.inventory.ItemStack itemStack)
+Add an item to the custom items file.
+
+Parameters:
+key
- The key to add.
+itemStack
- The item stack to add.
+Returns:
+If the item was successfully added.
+ This returns false if the key already exists in the file.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Prev Class
+Next Class
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/com/ryandw11/structure/loottables/customitems/package-frame.html b/docs/com/ryandw11/structure/loottables/customitems/package-frame.html
new file mode 100644
index 0000000..6ea4a57
--- /dev/null
+++ b/docs/com/ryandw11/structure/loottables/customitems/package-frame.html
@@ -0,0 +1,20 @@
+
+
+
+
+
+com.ryandw11.structure.loottables.customitems
+
+
+
+
+
+
+
+
+
diff --git a/docs/com/ryandw11/structure/loottables/customitems/package-summary.html b/docs/com/ryandw11/structure/loottables/customitems/package-summary.html
new file mode 100644
index 0000000..a01d2fe
--- /dev/null
+++ b/docs/com/ryandw11/structure/loottables/customitems/package-summary.html
@@ -0,0 +1,140 @@
+
+
+
+
+
+com.ryandw11.structure.loottables.customitems
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/com/ryandw11/structure/loottables/customitems/package-tree.html b/docs/com/ryandw11/structure/loottables/customitems/package-tree.html
new file mode 100644
index 0000000..8b53fb3
--- /dev/null
+++ b/docs/com/ryandw11/structure/loottables/customitems/package-tree.html
@@ -0,0 +1,135 @@
+
+
+
+
+
+com.ryandw11.structure.loottables.customitems Class Hierarchy
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/com/ryandw11/structure/loottables/package-frame.html b/docs/com/ryandw11/structure/loottables/package-frame.html
index 72febab..b7b6722 100644
--- a/docs/com/ryandw11/structure/loottables/package-frame.html
+++ b/docs/com/ryandw11/structure/loottables/package-frame.html
@@ -2,9 +2,9 @@
-
+
com.ryandw11.structure.loottables
-
+
diff --git a/docs/com/ryandw11/structure/loottables/package-summary.html b/docs/com/ryandw11/structure/loottables/package-summary.html
index c18b83e..eb9977a 100644
--- a/docs/com/ryandw11/structure/loottables/package-summary.html
+++ b/docs/com/ryandw11/structure/loottables/package-summary.html
@@ -2,9 +2,9 @@
-
+
com.ryandw11.structure.loottables
-
+
@@ -34,7 +34,6 @@
Overview
Package
Class
-Use
Tree
Deprecated
Index
@@ -43,8 +42,8 @@
Frames
@@ -132,7 +131,6 @@ Package com.ryandw11.structure.loottables
Overview
Package
Class
-Use
Tree
Deprecated
Index
@@ -141,8 +139,8 @@ Package com.ryandw11.structure.loottables
Frames
diff --git a/docs/com/ryandw11/structure/loottables/package-tree.html b/docs/com/ryandw11/structure/loottables/package-tree.html
index 9eed983..52f227c 100644
--- a/docs/com/ryandw11/structure/loottables/package-tree.html
+++ b/docs/com/ryandw11/structure/loottables/package-tree.html
@@ -2,9 +2,9 @@
-
+
com.ryandw11.structure.loottables Class Hierarchy
-
+
@@ -34,7 +34,6 @@
Overview
Package
Class
-Use
Tree
Deprecated
Index
@@ -43,8 +42,8 @@
Frames
diff --git a/docs/com/ryandw11/structure/mythicalmobs/MMDisabled.html b/docs/com/ryandw11/structure/mythicalmobs/MMDisabled.html
index f5ea291..c22d265 100644
--- a/docs/com/ryandw11/structure/mythicalmobs/MMDisabled.html
+++ b/docs/com/ryandw11/structure/mythicalmobs/MMDisabled.html
@@ -2,9 +2,9 @@
-
+
MMDisabled
-
+
@@ -40,7 +40,6 @@
Overview
Package
Class
-Use
Tree
Deprecated
Index
@@ -162,7 +161,7 @@ Method Summary
Methods inherited from class java.lang.Object
-equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
@@ -228,7 +227,6 @@
spawnMob
Overview
Package
Class
-
Use
Tree
Deprecated
Index
diff --git a/docs/com/ryandw11/structure/mythicalmobs/MMEnabled.html b/docs/com/ryandw11/structure/mythicalmobs/MMEnabled.html
index cef2bb0..59fcb0b 100644
--- a/docs/com/ryandw11/structure/mythicalmobs/MMEnabled.html
+++ b/docs/com/ryandw11/structure/mythicalmobs/MMEnabled.html
@@ -2,9 +2,9 @@
-
+
MMEnabled
-
+
@@ -40,7 +40,6 @@
Overview
Package
Class
-
Use
Tree
Deprecated
Index
@@ -162,7 +161,7 @@
Method Summary
Methods inherited from class java.lang.Object
-
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
@@ -228,7 +227,6 @@
spawnMob
Overview
Package
Class
-
Use
Tree
Deprecated
Index
diff --git a/docs/com/ryandw11/structure/mythicalmobs/MythicalMobHook.html b/docs/com/ryandw11/structure/mythicalmobs/MythicalMobHook.html
index 434ff56..3432ced 100644
--- a/docs/com/ryandw11/structure/mythicalmobs/MythicalMobHook.html
+++ b/docs/com/ryandw11/structure/mythicalmobs/MythicalMobHook.html
@@ -2,9 +2,9 @@
-
+
MythicalMobHook
-
+
@@ -40,7 +40,6 @@
Overview
Package
Class
-
Use
Tree
Deprecated
Index
@@ -173,7 +172,6 @@
spawnMob
Overview
Package
Class
-
Use
Tree
Deprecated
Index
diff --git a/docs/com/ryandw11/structure/mythicalmobs/package-frame.html b/docs/com/ryandw11/structure/mythicalmobs/package-frame.html
index 813ba29..ee28d9e 100644
--- a/docs/com/ryandw11/structure/mythicalmobs/package-frame.html
+++ b/docs/com/ryandw11/structure/mythicalmobs/package-frame.html
@@ -2,9 +2,9 @@
-
+
com.ryandw11.structure.mythicalmobs
-
+
diff --git a/docs/com/ryandw11/structure/mythicalmobs/package-summary.html b/docs/com/ryandw11/structure/mythicalmobs/package-summary.html
index 51bb2a1..a9adad5 100644
--- a/docs/com/ryandw11/structure/mythicalmobs/package-summary.html
+++ b/docs/com/ryandw11/structure/mythicalmobs/package-summary.html
@@ -2,9 +2,9 @@
-
+
com.ryandw11.structure.mythicalmobs
-
+
@@ -34,7 +34,6 @@
Overview
Package
Class
-
Use
Tree
Deprecated
Index
@@ -43,8 +42,8 @@
Frames
@@ -122,7 +121,6 @@ Package com.ryandw11.structure.mythicalmo
Overview
Package
Class
-Use
Tree
Deprecated
Index
@@ -131,8 +129,8 @@ Package com.ryandw11.structure.mythicalmo
Frames
diff --git a/docs/com/ryandw11/structure/mythicalmobs/package-tree.html b/docs/com/ryandw11/structure/mythicalmobs/package-tree.html
index fdcafcc..1680cb5 100644
--- a/docs/com/ryandw11/structure/mythicalmobs/package-tree.html
+++ b/docs/com/ryandw11/structure/mythicalmobs/package-tree.html
@@ -2,9 +2,9 @@
-
+
com.ryandw11.structure.mythicalmobs Class Hierarchy
-
+
@@ -34,7 +34,6 @@
Overview
Package
Class
-Use
Tree
Deprecated
Index
@@ -43,8 +42,8 @@
Frames
diff --git a/docs/com/ryandw11/structure/package-frame.html b/docs/com/ryandw11/structure/package-frame.html
new file mode 100644
index 0000000..c643ab1
--- /dev/null
+++ b/docs/com/ryandw11/structure/package-frame.html
@@ -0,0 +1,21 @@
+
+
+
+
+
+com.ryandw11.structure
+
+
+
+
+
+
+
+
+
diff --git a/docs/com/ryandw11/structure/package-summary.html b/docs/com/ryandw11/structure/package-summary.html
new file mode 100644
index 0000000..259eb36
--- /dev/null
+++ b/docs/com/ryandw11/structure/package-summary.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+com.ryandw11.structure
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/com/ryandw11/structure/package-tree.html b/docs/com/ryandw11/structure/package-tree.html
new file mode 100644
index 0000000..6874b54
--- /dev/null
+++ b/docs/com/ryandw11/structure/package-tree.html
@@ -0,0 +1,144 @@
+
+
+
+
+
+com.ryandw11.structure Class Hierarchy
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
Class Hierarchy
+
+java.lang.Object
+
+org.bukkit.plugin.PluginBase (implements org.bukkit.plugin.Plugin)
+
+org.bukkit.plugin.java.JavaPlugin
+
+
+
+
+com.ryandw11.structure.SchematicHandeler
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/com/ryandw11/structure/structure/Structure.html b/docs/com/ryandw11/structure/structure/Structure.html
new file mode 100644
index 0000000..5bd6656
--- /dev/null
+++ b/docs/com/ryandw11/structure/structure/Structure.html
@@ -0,0 +1,406 @@
+
+
+
+
+
+Structure
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+com.ryandw11.structure.structure.Structure
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/com/ryandw11/structure/structure/StructureBuilder.html b/docs/com/ryandw11/structure/structure/StructureBuilder.html
new file mode 100644
index 0000000..ab70421
--- /dev/null
+++ b/docs/com/ryandw11/structure/structure/StructureBuilder.html
@@ -0,0 +1,530 @@
+
+
+
+
+
+StructureBuilder
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+com.ryandw11.structure.structure.StructureBuilder
+
+
+
+
+
+
+
+
+
+
+
+
+Field Summary
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+StructureBuilder (java.lang.String name,
+ java.io.File file)
+
+
+StructureBuilder (java.lang.String name,
+ java.lang.String schematic)
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+setInvalid
+public void setInvalid()
+
+
+
+
+
+
+
+build
+public Structure build()
+Build the structure.
+
+Returns:
+The structure. (Null if the file is invalid).
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/com/ryandw11/structure/structure/StructureHandler.html b/docs/com/ryandw11/structure/structure/StructureHandler.html
new file mode 100644
index 0000000..68dd884
--- /dev/null
+++ b/docs/com/ryandw11/structure/structure/StructureHandler.html
@@ -0,0 +1,324 @@
+
+
+
+
+
+StructureHandler
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+com.ryandw11.structure.structure.StructureHandler
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/com/ryandw11/structure/structure/package-frame.html b/docs/com/ryandw11/structure/structure/package-frame.html
new file mode 100644
index 0000000..b513667
--- /dev/null
+++ b/docs/com/ryandw11/structure/structure/package-frame.html
@@ -0,0 +1,22 @@
+
+
+
+
+
+com.ryandw11.structure.structure
+
+
+
+
+
+
+
+
+
diff --git a/docs/com/ryandw11/structure/structure/package-summary.html b/docs/com/ryandw11/structure/structure/package-summary.html
new file mode 100644
index 0000000..3e1b84d
--- /dev/null
+++ b/docs/com/ryandw11/structure/structure/package-summary.html
@@ -0,0 +1,152 @@
+
+
+
+
+
+com.ryandw11.structure.structure
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/com/ryandw11/structure/structure/package-tree.html b/docs/com/ryandw11/structure/structure/package-tree.html
new file mode 100644
index 0000000..2a33573
--- /dev/null
+++ b/docs/com/ryandw11/structure/structure/package-tree.html
@@ -0,0 +1,137 @@
+
+
+
+
+
+com.ryandw11.structure.structure Class Hierarchy
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/com/ryandw11/structure/structure/properties/BlockLevelLimit.html b/docs/com/ryandw11/structure/structure/properties/BlockLevelLimit.html
new file mode 100644
index 0000000..f2308c0
--- /dev/null
+++ b/docs/com/ryandw11/structure/structure/properties/BlockLevelLimit.html
@@ -0,0 +1,366 @@
+
+
+
+
+
+BlockLevelLimit
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+com.ryandw11.structure.structure.properties.BlockLevelLimit
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+BlockLevelLimit ()
+
+
+BlockLevelLimit (org.bukkit.configuration.file.FileConfiguration fileConfiguration)
+
+
+BlockLevelLimit (java.lang.String mode,
+ int x1,
+ int z1,
+ int x2,
+ int z2)
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+BlockLevelLimit
+public BlockLevelLimit(java.lang.String mode,
+ int x1,
+ int z1,
+ int x2,
+ int z2)
+
+
+
+
+
+
+
+BlockLevelLimit
+public BlockLevelLimit()
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+getX1
+public int getX1()
+
+
+
+
+
+
+
+getX2
+public int getX2()
+
+
+
+
+
+
+
+getZ1
+public int getZ1()
+
+
+
+
+
+
+
+getZ2
+public int getZ2()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/com/ryandw11/structure/structure/properties/StructureLimitations.html b/docs/com/ryandw11/structure/structure/properties/StructureLimitations.html
new file mode 100644
index 0000000..7c8d09b
--- /dev/null
+++ b/docs/com/ryandw11/structure/structure/properties/StructureLimitations.html
@@ -0,0 +1,324 @@
+
+
+
+
+
+StructureLimitations
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+com.ryandw11.structure.structure.properties.StructureLimitations
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+StructureLimitations (org.bukkit.configuration.file.FileConfiguration configuration)
+
+
+StructureLimitations (java.util.List<java.lang.String> whitelistSpawnBlocks,
+ BlockLevelLimit blockLevelLimit,
+ java.util.Map<org.bukkit.Material,org.bukkit.Material> blockReplacement)
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+StructureLimitations
+public StructureLimitations(java.util.List<java.lang.String> whitelistSpawnBlocks,
+ BlockLevelLimit blockLevelLimit,
+ java.util.Map<org.bukkit.Material,org.bukkit.Material> blockReplacement)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/com/ryandw11/structure/structure/properties/StructureLocation.html b/docs/com/ryandw11/structure/structure/properties/StructureLocation.html
new file mode 100644
index 0000000..15a03fd
--- /dev/null
+++ b/docs/com/ryandw11/structure/structure/properties/StructureLocation.html
@@ -0,0 +1,377 @@
+
+
+
+
+
+StructureLocation
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+com.ryandw11.structure.structure.properties.StructureLocation
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/com/ryandw11/structure/structure/properties/StructureProperties.html b/docs/com/ryandw11/structure/structure/properties/StructureProperties.html
new file mode 100644
index 0000000..078778c
--- /dev/null
+++ b/docs/com/ryandw11/structure/structure/properties/StructureProperties.html
@@ -0,0 +1,398 @@
+
+
+
+
+
+StructureProperties
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+com.ryandw11.structure.structure.properties.StructureProperties
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/com/ryandw11/structure/structure/properties/StructureYSpawning.html b/docs/com/ryandw11/structure/structure/properties/StructureYSpawning.html
new file mode 100644
index 0000000..90b1c92
--- /dev/null
+++ b/docs/com/ryandw11/structure/structure/properties/StructureYSpawning.html
@@ -0,0 +1,320 @@
+
+
+
+
+
+StructureYSpawning
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+com.ryandw11.structure.structure.properties.StructureYSpawning
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+
+Methods inherited from class java.lang.Object
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Method Detail
+
+
+
+
+
+
+
+
+
+isTop
+public boolean isTop()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/com/ryandw11/structure/structure/properties/package-frame.html b/docs/com/ryandw11/structure/structure/properties/package-frame.html
new file mode 100644
index 0000000..4a5ce63
--- /dev/null
+++ b/docs/com/ryandw11/structure/structure/properties/package-frame.html
@@ -0,0 +1,24 @@
+
+
+
+
+
+com.ryandw11.structure.structure.properties
+
+
+
+
+
+
+
+
+
diff --git a/docs/com/ryandw11/structure/structure/properties/package-summary.html b/docs/com/ryandw11/structure/structure/properties/package-summary.html
new file mode 100644
index 0000000..0f55bef
--- /dev/null
+++ b/docs/com/ryandw11/structure/structure/properties/package-summary.html
@@ -0,0 +1,156 @@
+
+
+
+
+
+com.ryandw11.structure.structure.properties
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/com/ryandw11/structure/structure/properties/package-tree.html b/docs/com/ryandw11/structure/structure/properties/package-tree.html
new file mode 100644
index 0000000..25d3f2e
--- /dev/null
+++ b/docs/com/ryandw11/structure/structure/properties/package-tree.html
@@ -0,0 +1,139 @@
+
+
+
+
+
+com.ryandw11.structure.structure.properties Class Hierarchy
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/com/ryandw11/structure/utils/CSConstants.html b/docs/com/ryandw11/structure/utils/CSConstants.html
new file mode 100644
index 0000000..f80c220
--- /dev/null
+++ b/docs/com/ryandw11/structure/utils/CSConstants.html
@@ -0,0 +1,276 @@
+
+
+
+
+
+CSConstants
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+
+
+
+
+java.lang.Object
+
+
+com.ryandw11.structure.utils.CSConstants
+
+
+
+
+
+
+
+
+
+
+
+
+Field Summary
+
+Fields
+
+Modifier and Type
+Field and Description
+
+
+static java.util.List<org.bukkit.Material>
+plantBlocks
+
+
+
+
+
+
+
+
+
+Constructor Summary
+
+Constructors
+
+Constructor and Description
+
+
+CSConstants ()
+
+
+
+
+
+
+
+
+
+Method Summary
+
+
+
+
+Methods inherited from class java.lang.Object
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Field Detail
+
+
+
+
+
+
+
+
+
+
+
+Constructor Detail
+
+
+
+
+
+CSConstants
+public CSConstants()
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/docs/com/ryandw11/structure/utils/CheckLootTables.html b/docs/com/ryandw11/structure/utils/CheckLootTables.html
index 56d6367..9b02924 100644
--- a/docs/com/ryandw11/structure/utils/CheckLootTables.html
+++ b/docs/com/ryandw11/structure/utils/CheckLootTables.html
@@ -2,9 +2,9 @@
-
+
CheckLootTables
-
+
@@ -40,7 +40,6 @@
Overview
Package
Class
-Use
Tree
Deprecated
Index
@@ -50,7 +49,7 @@
Frames
@@ -172,7 +171,7 @@ Methods inherited from class org.bukkit.scheduler.BukkitRunnable
Methods inherited from class java.lang.Object
-equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
@@ -233,7 +232,6 @@
run
Overview
Package
Class
-
Use
Tree
Deprecated
Index
@@ -243,7 +241,7 @@
run
@@ -155,6 +154,14 @@ Method Summary
E result)