Fixed all javadoc errors and regenerated them.

This commit is contained in:
ProSavage
2018-11-19 01:34:29 -06:00
parent ff6a3b2b1a
commit 7a59ad4a66
344 changed files with 3093 additions and 2184 deletions

View File

@@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_181) on Mon Oct 22 18:17:40 CDT 2018 -->
<!-- Generated by javadoc (1.8.0_181) on Mon Nov 19 01:29:51 CST 2018 -->
<title>FLocation</title>
<meta name="date" content="2018-10-22">
<meta name="date" content="2018-11-19">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
@@ -428,23 +428,28 @@ implements java.io.Serializable</pre>
<pre>public static&nbsp;int&nbsp;regionToChunk(int&nbsp;regionVal)</pre>
</li>
</ul>
<a name="getChunk--">
<a name="getArea-com.massivecraft.factions.FLocation-com.massivecraft.factions.FLocation-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getChunk</h4>
<pre>public&nbsp;org.bukkit.Chunk&nbsp;getChunk()</pre>
<h4>getArea</h4>
<pre>public static&nbsp;java.util.HashSet&lt;<a
href="../../../com/massivecraft/factions/FLocation.html"
title="class in com.massivecraft.factions">FLocation</a>&gt;&nbsp;getArea(<a
href="../../../com/massivecraft/factions/FLocation.html"
title="class in com.massivecraft.factions">FLocation</a>&nbsp;from,
<a href="../../../com/massivecraft/factions/FLocation.html"
title="class in com.massivecraft.factions">FLocation</a>&nbsp;to)</pre>
</li>
</ul>
<a name="getArea-com.massivecraft.factions.FLocation-com.massivecraft.factions.FLocation-">
<a name="getChunk--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getArea</h4>
<pre>public static&nbsp;java.util.HashSet&lt;<a href="../../../com/massivecraft/factions/FLocation.html" title="class in com.massivecraft.factions">FLocation</a>&gt;&nbsp;getArea(<a href="../../../com/massivecraft/factions/FLocation.html" title="class in com.massivecraft.factions">FLocation</a>&nbsp;from,
<a href="../../../com/massivecraft/factions/FLocation.html" title="class in com.massivecraft.factions">FLocation</a>&nbsp;to)</pre>
<h4>getChunk</h4>
<pre>public&nbsp;org.bukkit.Chunk&nbsp;getChunk()</pre>
</li>
</ul>
<a name="getWorldName--">