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>ParticleEffect.ParticlePacket</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>
@@ -115,8 +115,8 @@ var activeTableTab = "activeTableTab";
<pre>public static final class <span class="typeNameLabel">ParticleEffect.ParticlePacket</span>
extends java.lang.Object</pre>
<div class="block">Represents a particle effect packet with all attributes which is used for sending packets to the players
<plugin>
This class is part of the <b>ParticleEffect Library</b> and follows the same usage conditions</div>
This class is part of the <b>ParticleEffect Library</b> and follows the same usage conditions</div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>1.5</dd>
@@ -199,11 +199,11 @@ extends java.lang.Object</pre>
and sets <a
href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.ParticlePacket.html#initialized"><code>initialized</code></a>
to <code>true</code> if it succeeds
<plugin>
<b>Note:</b> These fields only have to be initialized once, so it will return if <a
<b>Note:</b> These fields only have to be initialized once, so it will
return if <a
href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.ParticlePacket.html#initialized"><code>initialized</code></a>
is already set to <code>true</code>
</div>
is already set to <code>true</code></div>
</td>
</tr>
<tr id="i2" class="altColor">
@@ -348,8 +348,8 @@ extends java.lang.Object</pre>
<pre>public static&nbsp;void&nbsp;initialize()
throws com.massivecraft.factions.util.Particles.ParticleEffect.ParticlePacket.VersionIncompatibleException</pre>
<div class="block">Initializes <a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.ParticlePacket.html#packetConstructor"><code>packetConstructor</code></a>, <a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.ParticlePacket.html#getHandle"><code>getHandle</code></a>, <a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.ParticlePacket.html#playerConnection"><code>playerConnection</code></a> and <a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.ParticlePacket.html#sendPacket"><code>sendPacket</code></a> and sets <a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.ParticlePacket.html#initialized"><code>initialized</code></a> to <code>true</code> if it succeeds
<plugin>
<b>Note:</b> These fields only have to be initialized once, so it will return if <a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.ParticlePacket.html#initialized"><code>initialized</code></a> is already set to <code>true</code></div>
<b>Note:</b> These fields only have to be initialized once, so it will return if <a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.ParticlePacket.html#initialized"><code>initialized</code></a> is already set to <code>true</code></div>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>
<dd><code>VersionIncompatibleException</code> - if your bukkit version is not supported by this library</dd>