Renamed Main Class of plugin from 'P' to 'SavageFactions', along with the plugin field from 'p' to 'plugin'

This commit is contained in:
ProSavage
2018-10-22 18:42:57 -05:00
parent 80e66d7d6c
commit 9aeb70404d
449 changed files with 3527 additions and 1875 deletions

View File

@@ -2,9 +2,9 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_181) on Wed Oct 17 16:45:48 CDT 2018 -->
<!-- Generated by javadoc (1.8.0_181) on Mon Oct 22 18:17:40 CDT 2018 -->
<title>ParticleEffect.ParticlePacket</title>
<meta name="date" content="2018-10-17">
<meta name="date" content="2018-10-22">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
</head>
@@ -115,7 +115,7 @@ 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
<p>
<plugin>
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>
@@ -190,7 +190,20 @@ extends java.lang.Object</pre>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>static void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/massivecraft/factions/util/Particles/ParticleEffect.ParticlePacket.html#initialize--">initialize</a></span>()</code>
<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</div>
<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>
</td>
</tr>
<tr id="i2" class="altColor">
@@ -335,7 +348,7 @@ 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
<p>
<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>
<dl>
<dt><span class="throwsLabel">Throws:</span></dt>