<li><ahref="../../../../com/massivecraft/factions/event/FPlayerJoinEvent.html"title="class in com.massivecraft.factions.event"><spanclass="typeNameLink">Prev Class</span></a></li>
<li><ahref="../../../../com/massivecraft/factions/event/FPlayerLeaveEvent.html"title="class in com.massivecraft.factions.event"><spanclass="typeNameLink">Next Class</span></a></li>
<li>java.lang.Enum<<ahref="../../../../com/massivecraft/factions/event/FPlayerJoinEvent.PlayerJoinReason.html"title="enum in com.massivecraft.factions.event">FPlayerJoinEvent.PlayerJoinReason</a>></li>
<dd>java.io.Serializable, java.lang.Comparable<<ahref="../../../../com/massivecraft/factions/event/FPlayerJoinEvent.PlayerJoinReason.html"title="enum in com.massivecraft.factions.event">FPlayerJoinEvent.PlayerJoinReason</a>></dd>
</dl>
<dl>
<dt>Enclosing class:</dt>
<dd><ahref="../../../../com/massivecraft/factions/event/FPlayerJoinEvent.html"title="class in com.massivecraft.factions.event">FPlayerJoinEvent</a></dd>
extends java.lang.Enum<<ahref="../../../../com/massivecraft/factions/event/FPlayerJoinEvent.PlayerJoinReason.html"title="enum in com.massivecraft.factions.event">FPlayerJoinEvent.PlayerJoinReason</a>></pre>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Method and Description</th>
</tr>
<trid="i0"class="altColor">
<tdclass="colFirst"><code>static <ahref="../../../../com/massivecraft/factions/event/FPlayerJoinEvent.PlayerJoinReason.html"title="enum in com.massivecraft.factions.event">FPlayerJoinEvent.PlayerJoinReason</a></code></td>
<divclass="block">Returns the enum constant of this type with the specified name.</div>
</td>
</tr>
<trid="i1"class="rowColor">
<tdclass="colFirst"><code>static <ahref="../../../../com/massivecraft/factions/event/FPlayerJoinEvent.PlayerJoinReason.html"title="enum in com.massivecraft.factions.event">FPlayerJoinEvent.PlayerJoinReason</a>[]</code></td>
<pre>public static final <ahref="../../../../com/massivecraft/factions/event/FPlayerJoinEvent.PlayerJoinReason.html"title="enum in com.massivecraft.factions.event">FPlayerJoinEvent.PlayerJoinReason</a> CREATE</pre>
</li>
</ul>
<aname="LEADER">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>LEADER</h4>
<pre>public static final <ahref="../../../../com/massivecraft/factions/event/FPlayerJoinEvent.PlayerJoinReason.html"title="enum in com.massivecraft.factions.event">FPlayerJoinEvent.PlayerJoinReason</a> LEADER</pre>
</li>
</ul>
<aname="COMMAND">
<!---->
</a>
<ulclass="blockListLast">
<liclass="blockList">
<h4>COMMAND</h4>
<pre>public static final <ahref="../../../../com/massivecraft/factions/event/FPlayerJoinEvent.PlayerJoinReason.html"title="enum in com.massivecraft.factions.event">FPlayerJoinEvent.PlayerJoinReason</a> COMMAND</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ulclass="blockList">
<liclass="blockList"><aname="method.detail">
<!---->
</a>
<h3>Method Detail</h3>
<aname="values--">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>values</h4>
<pre>public static <ahref="../../../../com/massivecraft/factions/event/FPlayerJoinEvent.PlayerJoinReason.html"title="enum in com.massivecraft.factions.event">FPlayerJoinEvent.PlayerJoinReason</a>[] values()</pre>
<divclass="block">Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
<pre>
for (FPlayerJoinEvent.PlayerJoinReason c : FPlayerJoinEvent.PlayerJoinReason.values())
System.out.println(c);
</pre></div>
<dl>
<dt><spanclass="returnLabel">Returns:</span></dt>
<dd>an array containing the constants of this enum type, in the order they are declared</dd>
</dl>
</li>
</ul>
<aname="valueOf-java.lang.String-">
<!---->
</a>
<ulclass="blockListLast">
<liclass="blockList">
<h4>valueOf</h4>
<pre>public static <ahref="../../../../com/massivecraft/factions/event/FPlayerJoinEvent.PlayerJoinReason.html"title="enum in com.massivecraft.factions.event">FPlayerJoinEvent.PlayerJoinReason</a> valueOf(java.lang.String name)</pre>
<divclass="block">Returns the enum constant of this type with the specified name.
The string must match <i>exactly</i> an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
<li><ahref="../../../../com/massivecraft/factions/event/FPlayerJoinEvent.html"title="class in com.massivecraft.factions.event"><spanclass="typeNameLink">Prev Class</span></a></li>
<li><ahref="../../../../com/massivecraft/factions/event/FPlayerLeaveEvent.html"title="class in com.massivecraft.factions.event"><spanclass="typeNameLink">Next Class</span></a></li>