diff --git a/docs/allclasses-frame.html b/docs/allclasses-frame.html index ea2eb52..26e1137 100644 --- a/docs/allclasses-frame.html +++ b/docs/allclasses-frame.html @@ -2,9 +2,9 @@ - + All Classes - + @@ -12,22 +12,45 @@

All Classes

diff --git a/docs/allclasses-noframe.html b/docs/allclasses-noframe.html index e2a11c3..db27625 100644 --- a/docs/allclasses-noframe.html +++ b/docs/allclasses-noframe.html @@ -2,9 +2,9 @@ - + All Classes - + @@ -12,22 +12,45 @@

All Classes

diff --git a/docs/com/ryandw11/structure/CustomStructures.html b/docs/com/ryandw11/structure/CustomStructures.html new file mode 100644 index 0000000..58f9747 --- /dev/null +++ b/docs/com/ryandw11/structure/CustomStructures.html @@ -0,0 +1,576 @@ + + + + + +CustomStructures + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
com.ryandw11.structure
+

Class CustomStructures

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/docs/com/ryandw11/structure/SchematicHandeler.html b/docs/com/ryandw11/structure/SchematicHandeler.html new file mode 100644 index 0000000..197b5d9 --- /dev/null +++ b/docs/com/ryandw11/structure/SchematicHandeler.html @@ -0,0 +1,322 @@ + + + + + +SchematicHandeler + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
com.ryandw11.structure
+

Class SchematicHandeler

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + + + diff --git a/docs/com/ryandw11/structure/api/CustomStructuresAPI.html b/docs/com/ryandw11/structure/api/CustomStructuresAPI.html index b4a42e2..47203ec 100644 --- a/docs/com/ryandw11/structure/api/CustomStructuresAPI.html +++ b/docs/com/ryandw11/structure/api/CustomStructuresAPI.html @@ -2,9 +2,9 @@ - + CustomStructuresAPI - + @@ -18,7 +18,7 @@ catch(err) { } //--> -var methods = {"i0":10,"i1":10,"i2":10,"i3":10}; +var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; @@ -40,7 +40,6 @@
  • Overview
  • Package
  • -
  • Use
  • Tree
  • Deprecated
  • Index
  • @@ -49,7 +48,7 @@ @@ -177,28 +172,34 @@

    Method Summary

    +java.lang.String +getName() +
    Get the name of the loottable.
    + + + org.bukkit.inventory.ItemStack getRandomWeightedItem()
    Get a random item from the table.
    - + int getRolls()
    Get the number of items choosen.
    - + LootTableType getType()
    Get the type of the loottable.
    - + void setRolls(int rolls)  - + 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
  • -
  • 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
  • -
  • 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
  • -
  • 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 + + + + + + + + +
    + + +
    Skip navigation links
    + + + + +
    + + + +
    +
    com.ryandw11.structure.loottables.customitems
    +

    Class CustomItemManager

    +
    +
    + +
    + +
    +
    + +
    +
    + +
    +
    + + +
    + + +
    Skip navigation links
    + + + + +
    + + + + 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 + + + + + +

    com.ryandw11.structure.loottables.customitems

    +
    +

    Classes

    + +
    + + 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 + + + + + + + + +
    + + +
    Skip navigation links
    + + + + +
    + + +
    +

    Package com.ryandw11.structure.loottables.customitems

    +
    +
    + +
    + +
    + + +
    Skip navigation links
    + + + + +
    + + + + 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 + + + + + + + + +
    + + +
    Skip navigation links
    + + + + +
    + + +
    +

    Hierarchy For Package com.ryandw11.structure.loottables.customitems

    +Package Hierarchies: + +
    +
    +

    Class Hierarchy

    + +
    + +
    + + +
    Skip navigation links
    + + + + +
    + + + + 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
  • Class
  • -
  • Use
  • Tree
  • Deprecated
  • Index
  • @@ -43,8 +42,8 @@ @@ -147,8 +142,9 @@

    Constructor Summary

    Constructor and Description -StructurePicker(org.bukkit.block.Block bl, - org.bukkit.Chunk ch)  +StructurePicker(org.bukkit.block.Block bl, + org.bukkit.Chunk ch, + CustomStructures plugin)  @@ -166,6 +162,10 @@

    Method Summary

    Method and Description +protected java.util.ArrayList<java.lang.String> +getBiomes(java.lang.String s)  + + void run()  @@ -182,7 +182,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 @@ -198,14 +198,15 @@

    Methods inherited from class java.lang.Object

    Constructor Detail

    - + @@ -219,12 +220,21 @@

    Method Detail

    - @@ -244,7 +254,6 @@

    run

  • Overview
  • Package
  • -
  • Use
  • Tree
  • Deprecated
  • Index
  • diff --git a/docs/com/ryandw11/structure/utils/package-frame.html b/docs/com/ryandw11/structure/utils/package-frame.html index 919e5ba..98a4cc0 100644 --- a/docs/com/ryandw11/structure/utils/package-frame.html +++ b/docs/com/ryandw11/structure/utils/package-frame.html @@ -2,9 +2,9 @@ - + com.ryandw11.structure.utils - + @@ -14,8 +14,8 @@

    Classes

    diff --git a/docs/com/ryandw11/structure/utils/package-summary.html b/docs/com/ryandw11/structure/utils/package-summary.html index d8e208d..7383b1c 100644 --- a/docs/com/ryandw11/structure/utils/package-summary.html +++ b/docs/com/ryandw11/structure/utils/package-summary.html @@ -2,9 +2,9 @@ - + com.ryandw11.structure.utils - + @@ -34,7 +34,6 @@
  • Overview
  • Class
  • -
  • Use
  • Tree
  • Deprecated
  • Index
  • @@ -43,7 +42,7 @@ -
    A C D G H L M N R S V  +
    A B C D E G H I L M N O P R S U V 

    A

    add(double, E) - Method in class com.ryandw11.structure.utils.RandomCollection
     
    +
    addCustomChart(Metrics.CustomChart) - Method in class com.ryandw11.structure.bstats.Metrics
    +
    +
    Adds a custom chart.
    +
    +
    addItem(String, ItemStack) - Method in class com.ryandw11.structure.loottables.customitems.CustomItemManager
    +
    +
    Add an item to the custom items file.
    +
    +
    AdvancedBarChart(String, Callable<Map<String, int[]>>) - Constructor for class com.ryandw11.structure.bstats.Metrics.AdvancedBarChart
    +
    +
    Class constructor.
    +
    +
    AdvancedPie(String, Callable<Map<String, Integer>>) - Constructor for class com.ryandw11.structure.bstats.Metrics.AdvancedPie
    +
    +
    Class constructor.
    +
    -A C D G H L M N R S V 
    +A B C D E G H I L M N O P R S U V 
    @@ -90,7 +105,6 @@

    A

  • Overview
  • Package
  • Class
  • -
  • Use
  • Tree
  • Deprecated
  • diff --git a/docs/index-files/index-10.html b/docs/index-files/index-10.html index f829a46..b991341 100644 --- a/docs/index-files/index-10.html +++ b/docs/index-files/index-10.html @@ -2,9 +2,9 @@ - -S-Index - + +M-Index + @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ + + + + + +
    + + + + + + + +
    + + +
    A B C D E G H I L M N O P R S U V  + + +

    O

    +
    +
    onChunkLoad(ChunkLoadEvent) - Method in class com.ryandw11.structure.listener.ChunkLoad
    +
     
    +
    onCommand(CommandSender, Command, String, String[]) - Method in class com.ryandw11.structure.commands.SCommand
    +
     
    +
    onDisable() - Method in class com.ryandw11.structure.CustomStructures
    +
     
    +
    onEnable() - Method in class com.ryandw11.structure.CustomStructures
    +
     
    +
    onPlayer(PlayerJoinEvent) - Method in class com.ryandw11.structure.listener.PlayerJoin
    +
     
    +
    onTabComplete(CommandSender, Command, String, String[]) - Method in class com.ryandw11.structure.commands.SCommandTab
    +
     
    +
    +A B C D E G H I L M N O P R S U V 
    + +
    + + + + + + + +
    + + + + diff --git a/docs/index-files/index-13.html b/docs/index-files/index-13.html new file mode 100644 index 0000000..5c74860 --- /dev/null +++ b/docs/index-files/index-13.html @@ -0,0 +1,133 @@ + + + + + +P-Index + + + + + + + + +
    + + + + + + + +
    + + +
    A B C D E G H I L M N O P R S U V  + + +

    P

    +
    +
    plantBlocks - Static variable in class com.ryandw11.structure.utils.CSConstants
    +
     
    +
    PlayerJoin - Class in com.ryandw11.structure.listener
    +
     
    +
    PlayerJoin() - Constructor for class com.ryandw11.structure.listener.PlayerJoin
    +
     
    +
    plugin - Static variable in class com.ryandw11.structure.CustomStructures
    +
     
    +
    +A B C D E G H I L M N O P R S U V 
    + +
    + + + + + + + +
    + + + + diff --git a/docs/index-files/index-14.html b/docs/index-files/index-14.html new file mode 100644 index 0000000..21e0c6b --- /dev/null +++ b/docs/index-files/index-14.html @@ -0,0 +1,143 @@ + + + + + +R-Index + + + + + + + + +
    + + + + + + + +
    + + +
    A B C D E G H I L M N O P R S U V  + + +

    R

    +
    +
    RandomCollection<E> - Class in com.ryandw11.structure.utils
    +
     
    +
    RandomCollection() - Constructor for class com.ryandw11.structure.utils.RandomCollection
    +
     
    +
    RandomCollection(Random) - Constructor for class com.ryandw11.structure.utils.RandomCollection
    +
     
    +
    reloadHandlers() - Method in class com.ryandw11.structure.CustomStructures
    +
    +
    Reload the handlers.
    +
    +
    removeItem(String) - Method in class com.ryandw11.structure.loottables.customitems.CustomItemManager
    +
    +
    Remove an item from the custom items file.
    +
    +
    run() - Method in class com.ryandw11.structure.utils.CheckLootTables
    +
     
    +
    run() - Method in class com.ryandw11.structure.utils.StructurePicker
    +
     
    +
    +A B C D E G H I L M N O P R S U V 
    + +
    + + + + + + + +
    + + + + diff --git a/docs/index-files/index-15.html b/docs/index-files/index-15.html new file mode 100644 index 0000000..b761f67 --- /dev/null +++ b/docs/index-files/index-15.html @@ -0,0 +1,266 @@ + + + + + +S-Index + + + + + + + + +
    + + + + + + + +
    + + +
    A B C D E G H I L M N O P R S U V  + + +

    S

    +
    +
    save(File) - Method in class com.ryandw11.structure.structure.StructureBuilder
    +
     
    +
    saveFile() - Method in class com.ryandw11.structure.CustomStructures
    +
     
    +
    schematic - Variable in class com.ryandw11.structure.structure.StructureBuilder
    +
     
    +
    SchematicHandeler - Class in com.ryandw11.structure
    +
     
    +
    SchematicHandeler() - Constructor for class com.ryandw11.structure.SchematicHandeler
    +
     
    +
    schemHandle(Location, String, boolean, RandomCollection<LootTable>, Structure) - Method in class com.ryandw11.structure.SchematicHandeler
    +
    +
    Handles the schematic.
    +
    +
    SCommand - Class in com.ryandw11.structure.commands
    +
     
    +
    SCommand(CustomStructures) - Constructor for class com.ryandw11.structure.commands.SCommand
    +
     
    +
    SCommandTab - Class in com.ryandw11.structure.commands
    +
     
    +
    SCommandTab() - Constructor for class com.ryandw11.structure.commands.SCommandTab
    +
     
    +
    setBiomes(List<String>) - Method in class com.ryandw11.structure.structure.properties.StructureLocation
    +
     
    +
    setChance(int, int) - Method in class com.ryandw11.structure.structure.StructureBuilder
    +
     
    +
    setIgnorePlants(boolean) - Method in class com.ryandw11.structure.structure.properties.StructureProperties
    +
     
    +
    setInvalid() - Method in class com.ryandw11.structure.structure.StructureBuilder
    +
     
    +
    setItem(ItemStack) - Method in class com.ryandw11.structure.loottables.LootItem
    +
     
    +
    setLootTables(ConfigurationSection) - Method in class com.ryandw11.structure.structure.StructureBuilder
    +
     
    +
    setLootTables(RandomCollection<LootTable>) - Method in class com.ryandw11.structure.structure.StructureBuilder
    +
     
    +
    setPlaceAir(boolean) - Method in class com.ryandw11.structure.structure.properties.StructureProperties
    +
     
    +
    setRandomRotation(boolean) - Method in class com.ryandw11.structure.structure.properties.StructureProperties
    +
     
    +
    setRolls(int) - Method in class com.ryandw11.structure.loottables.LootTable
    +
     
    +
    setSpawnInLavaLakes(boolean) - Method in class com.ryandw11.structure.structure.properties.StructureProperties
    +
     
    +
    setSpawnInWater(boolean) - Method in class com.ryandw11.structure.structure.properties.StructureProperties
    +
     
    +
    setSpawnSettings(StructureYSpawning) - Method in class com.ryandw11.structure.structure.properties.StructureLocation
    +
     
    +
    setStructureLimitations(StructureLimitations) - Method in class com.ryandw11.structure.structure.StructureBuilder
    +
     
    +
    setStructureLocation(StructureLocation) - Method in class com.ryandw11.structure.structure.StructureBuilder
    +
     
    +
    setStructureProperties(StructureProperties) - Method in class com.ryandw11.structure.structure.StructureBuilder
    +
     
    +
    setType(LootTableType) - Method in class com.ryandw11.structure.loottables.LootTable
    +
    +
    Set the type of the loottable.
    +
    +
    setWeight(int) - Method in class com.ryandw11.structure.loottables.LootItem
    +
     
    +
    setWorlds(List<String>) - Method in class com.ryandw11.structure.structure.properties.StructureLocation
    +
     
    +
    SimpleBarChart(String, Callable<Map<String, Integer>>) - Constructor for class com.ryandw11.structure.bstats.Metrics.SimpleBarChart
    +
    +
    Class constructor.
    +
    +
    SimplePie(String, Callable<String>) - Constructor for class com.ryandw11.structure.bstats.Metrics.SimplePie
    +
    +
    Class constructor.
    +
    +
    SingleLineChart(String, Callable<Integer>) - Constructor for class com.ryandw11.structure.bstats.Metrics.SingleLineChart
    +
    +
    Class constructor.
    +
    +
    spawn(Location) - Method in class com.ryandw11.structure.structure.Structure
    +
    +
    Spawn the schematic at the given location.
    +
    +
    spawnMob(String, Location) - Method in class com.ryandw11.structure.mythicalmobs.MMDisabled
    +
     
    +
    spawnMob(String, Location) - Method in class com.ryandw11.structure.mythicalmobs.MMEnabled
    +
     
    +
    spawnMob(String, Location) - Method in interface com.ryandw11.structure.mythicalmobs.MythicalMobHook
    +
     
    +
    Structure - Class in com.ryandw11.structure.structure
    +
    +
    The main class when it comes to structures.
    +
    +
    Structure(StructureBuilder) - Constructor for class com.ryandw11.structure.structure.Structure
    +
     
    +
    StructureBuilder - Class in com.ryandw11.structure.structure
    +
     
    +
    StructureBuilder(String, String) - Constructor for class com.ryandw11.structure.structure.StructureBuilder
    +
     
    +
    StructureBuilder(String, File) - Constructor for class com.ryandw11.structure.structure.StructureBuilder
    +
     
    +
    StructureHandler - Class in com.ryandw11.structure.structure
    +
    +
    Handles the active structures.
    +
    +
    StructureHandler(List<String>, CustomStructures) - Constructor for class com.ryandw11.structure.structure.StructureHandler
    +
     
    +
    StructureLimitations - Class in com.ryandw11.structure.structure.properties
    +
     
    +
    StructureLimitations(FileConfiguration) - Constructor for class com.ryandw11.structure.structure.properties.StructureLimitations
    +
     
    +
    StructureLimitations(List<String>, BlockLevelLimit, Map<Material, Material>) - Constructor for class com.ryandw11.structure.structure.properties.StructureLimitations
    +
     
    +
    structureLimitations - Variable in class com.ryandw11.structure.structure.StructureBuilder
    +
     
    +
    StructureLocation - Class in com.ryandw11.structure.structure.properties
    +
     
    +
    StructureLocation(StructureBuilder, FileConfiguration) - Constructor for class com.ryandw11.structure.structure.properties.StructureLocation
    +
     
    +
    StructureLocation(List<String>, StructureYSpawning, List<String>) - Constructor for class com.ryandw11.structure.structure.properties.StructureLocation
    +
     
    +
    StructureLocation() - Constructor for class com.ryandw11.structure.structure.properties.StructureLocation
    +
     
    +
    structureLocation - Variable in class com.ryandw11.structure.structure.StructureBuilder
    +
     
    +
    StructurePicker - Class in com.ryandw11.structure.utils
    +
    +
    This class prevents the server from crashing when it attempts to pick a + structure.
    +
    +
    StructurePicker(Block, Chunk, CustomStructures) - Constructor for class com.ryandw11.structure.utils.StructurePicker
    +
     
    +
    StructureProperties - Class in com.ryandw11.structure.structure.properties
    +
     
    +
    StructureProperties(FileConfiguration) - Constructor for class com.ryandw11.structure.structure.properties.StructureProperties
    +
     
    +
    StructureProperties() - Constructor for class com.ryandw11.structure.structure.properties.StructureProperties
    +
     
    +
    structureProperties - Variable in class com.ryandw11.structure.structure.StructureBuilder
    +
     
    +
    StructureYSpawning - Class in com.ryandw11.structure.structure.properties
    +
     
    +
    StructureYSpawning(FileConfiguration) - Constructor for class com.ryandw11.structure.structure.properties.StructureYSpawning
    +
     
    +
    StructureYSpawning(String) - Constructor for class com.ryandw11.structure.structure.properties.StructureYSpawning
    +
     
    +
    +A B C D E G H I L M N O P R S U V 
    + +
    + + + + + + + +
    + + + + diff --git a/docs/index-files/index-16.html b/docs/index-files/index-16.html new file mode 100644 index 0000000..f698aeb --- /dev/null +++ b/docs/index-files/index-16.html @@ -0,0 +1,129 @@ + + + + + +U-Index + + + + + + + + +
    + + + + + + + +
    + + +
    A B C D E G H I L M N O P R S U V  + + +

    U

    +
    +
    UpdateChecker - Class in com.ryandw11.structure.bstats
    +
     
    +
    UpdateChecker(JavaPlugin, int) - Constructor for class com.ryandw11.structure.bstats.UpdateChecker
    +
     
    +
    +A B C D E G H I L M N O P R S U V 
    + +
    + + + + + + + +
    + + + + diff --git a/docs/index-files/index-17.html b/docs/index-files/index-17.html new file mode 100644 index 0000000..380aec0 --- /dev/null +++ b/docs/index-files/index-17.html @@ -0,0 +1,134 @@ + + + + + +V-Index + + + + + + + + +
    + + + + + + + +
    + + +
    A B C D E G H I L M N O P R S U V  + + +

    V

    +
    +
    valueOf(String) - Static method in enum com.ryandw11.structure.loottables.LootTableType
    +
    +
    Returns the enum constant of this type with the specified name.
    +
    +
    values() - Static method in enum com.ryandw11.structure.loottables.LootTableType
    +
    +
    Returns an array containing the constants of this enum type, in +the order they are declared.
    +
    +
    +A B C D E G H I L M N O P R S U V 
    + +
    + + + + + + + +
    + + + + diff --git a/docs/index-files/index-2.html b/docs/index-files/index-2.html index 99f71f4..5b71ef9 100644 --- a/docs/index-files/index-2.html +++ b/docs/index-files/index-2.html @@ -2,9 +2,9 @@ - -C-Index - + +B-Index + @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -13,9 +13,16 @@

    Packages

    diff --git a/docs/overview-summary.html b/docs/overview-summary.html index 2a4975d..05ce236 100644 --- a/docs/overview-summary.html +++ b/docs/overview-summary.html @@ -2,9 +2,9 @@ - + Overview - + @@ -34,7 +34,6 @@
  • Package
  • Class
  • -
  • Use
  • Tree
  • Deprecated
  • Index
  • @@ -78,18 +77,46 @@ +com.ryandw11.structure +  + + com.ryandw11.structure.api   + +com.ryandw11.structure.bstats +  + + +com.ryandw11.structure.commands +  + + +com.ryandw11.structure.listener +  + com.ryandw11.structure.loottables   +com.ryandw11.structure.loottables.customitems +  + + com.ryandw11.structure.mythicalmobs   + +com.ryandw11.structure.structure +  + +com.ryandw11.structure.structure.properties +  + + com.ryandw11.structure.utils   @@ -108,7 +135,6 @@
  • Package
  • Class
  • -
  • Use
  • Tree
  • Deprecated
  • Index
  • diff --git a/docs/overview-tree.html b/docs/overview-tree.html index d95c2d7..9886474 100644 --- a/docs/overview-tree.html +++ b/docs/overview-tree.html @@ -2,9 +2,9 @@ - + Class Hierarchy - + @@ -34,7 +34,6 @@
  • Overview
  • Package
  • Class
  • -
  • Use
  • Deprecated
  • Index
  • @@ -73,9 +72,16 @@

    Hierarchy For All Packages

    Package Hierarchies:
    @@ -84,22 +90,56 @@

    Class Hierarchy

    @@ -123,7 +164,6 @@

    Enum Hierarchy

  • java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
  • @@ -142,7 +182,6 @@

    Enum Hierarchy

  • Overview
  • Package
  • Class
  • -
  • Use
  • Deprecated
  • Index
  • diff --git a/docs/package-list b/docs/package-list index 6146949..d9c3e4d 100644 --- a/docs/package-list +++ b/docs/package-list @@ -1,4 +1,11 @@ +com.ryandw11.structure com.ryandw11.structure.api +com.ryandw11.structure.bstats +com.ryandw11.structure.commands +com.ryandw11.structure.listener com.ryandw11.structure.loottables +com.ryandw11.structure.loottables.customitems com.ryandw11.structure.mythicalmobs +com.ryandw11.structure.structure +com.ryandw11.structure.structure.properties com.ryandw11.structure.utils diff --git a/docs/serialized-form.html b/docs/serialized-form.html index 4932ba5..168e08c 100644 --- a/docs/serialized-form.html +++ b/docs/serialized-form.html @@ -2,9 +2,9 @@ - + Serialized Form - + @@ -34,7 +34,6 @@
  • Overview
  • Package
  • Class
  • -
  • Use
  • Tree
  • Deprecated
  • Index
  • @@ -102,7 +101,6 @@

    Class Overview
  • Package
  • Class
  • -
  • Use
  • Tree
  • Deprecated
  • Index