Compiled fresh javadocs

This commit is contained in:
ProSavage
2018-09-10 10:49:17 -05:00
parent 2adef31cf5
commit 2a127950fc
337 changed files with 11931 additions and 1061 deletions

View File

@@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_181) on Tue Aug 28 14:14:02 CDT 2018 -->
<!-- Generated by javadoc (1.8.0_181) on Mon Sep 10 10:47:02 CDT 2018 -->
<title>Faction</title>
<meta name="date" content="2018-08-28">
<meta name="date" content="2018-09-10">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
@@ -231,7 +231,7 @@ extends <a href="../../../com/massivecraft/factions/iface/EconomyParticipator.ht
</tr>
<tr id="i24" class="altColor">
<td class="colFirst"><code>org.bukkit.inventory.Inventory</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/massivecraft/factions/Faction.html#getChest--">getChest</a></span>()</code>&nbsp;</td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/massivecraft/factions/Faction.html#getChestInventory--">getChestInventory</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i25" class="rowColor">
<td class="colFirst"><code>java.util.Map&lt;<a href="../../../com/massivecraft/factions/FLocation.html" title="class in com.massivecraft.factions">FLocation</a>,java.util.Set&lt;java.lang.String&gt;&gt;</code></td>
@@ -596,7 +596,7 @@ extends <a href="../../../com/massivecraft/factions/iface/EconomyParticipator.ht
</tr>
<tr id="i113" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/massivecraft/factions/Faction.html#setChest-org.bukkit.inventory.Inventory-">setChest</a></span>(org.bukkit.inventory.Inventory&nbsp;inventory)</code>&nbsp;</td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/massivecraft/factions/Faction.html#setChestSize-int-">setChestSize</a></span>(int&nbsp;chestSize)</code>&nbsp;</td>
</tr>
<tr id="i114" class="altColor">
<td class="colFirst"><code>void</code></td>
@@ -1073,22 +1073,22 @@ extends <a href="../../../com/massivecraft/factions/iface/EconomyParticipator.ht
<pre>void&nbsp;setVault(org.bukkit.Location&nbsp;vaultLocation)</pre>
</li>
</ul>
<a name="getChest--">
<a name="getChestInventory--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getChest</h4>
<pre>org.bukkit.inventory.Inventory&nbsp;getChest()</pre>
<h4>getChestInventory</h4>
<pre>org.bukkit.inventory.Inventory&nbsp;getChestInventory()</pre>
</li>
</ul>
<a name="setChest-org.bukkit.inventory.Inventory-">
<a name="setChestSize-int-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setChest</h4>
<pre>void&nbsp;setChest(org.bukkit.inventory.Inventory&nbsp;inventory)</pre>
<h4>setChestSize</h4>
<pre>void&nbsp;setChestSize(int&nbsp;chestSize)</pre>
</li>
</ul>
<a name="setBannerPattern-org.bukkit.inventory.ItemStack-">