<li><ahref="../../../../com/massivecraft/factions/struct/BanInfo.html"title="class in com.massivecraft.factions.struct"><spanclass="typeNameLink">Prev Class</span></a></li>
<li><ahref="../../../../com/massivecraft/factions/struct/Permission.html"title="enum in com.massivecraft.factions.struct"><spanclass="typeNameLink">Next Class</span></a></li>
<li>java.lang.Enum<<ahref="../../../../com/massivecraft/factions/struct/ChatMode.html"title="enum in com.massivecraft.factions.struct">ChatMode</a>></li>
<dd>java.io.Serializable, java.lang.Comparable<<ahref="../../../../com/massivecraft/factions/struct/ChatMode.html"title="enum in com.massivecraft.factions.struct">ChatMode</a>></dd>
extends java.lang.Enum<<ahref="../../../../com/massivecraft/factions/struct/ChatMode.html"title="enum in com.massivecraft.factions.struct">ChatMode</a>></pre>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Field and Description</th>
</tr>
<trclass="altColor">
<tdclass="colFirst"><code><ahref="../../../../com/massivecraft/factions/zcore/util/TL.html"title="enum in com.massivecraft.factions.zcore.util">TL</a></code></td>
<thclass="colFirst"scope="col">Modifier and Type</th>
<thclass="colLast"scope="col">Method and Description</th>
</tr>
<trid="i0"class="altColor">
<tdclass="colFirst"><code><ahref="../../../../com/massivecraft/factions/struct/ChatMode.html"title="enum in com.massivecraft.factions.struct">ChatMode</a></code></td>
<tdclass="colLast"><code><spanclass="memberNameLink"><ahref="../../../../com/massivecraft/factions/struct/ChatMode.html#isAtLeast-com.massivecraft.factions.struct.ChatMode-">isAtLeast</a></span>(<ahref="../../../../com/massivecraft/factions/struct/ChatMode.html"title="enum in com.massivecraft.factions.struct">ChatMode</a> role)</code> </td>
</tr>
<trid="i2"class="altColor">
<tdclass="colFirst"><code>boolean</code></td>
<tdclass="colLast"><code><spanclass="memberNameLink"><ahref="../../../../com/massivecraft/factions/struct/ChatMode.html#isAtMost-com.massivecraft.factions.struct.ChatMode-">isAtMost</a></span>(<ahref="../../../../com/massivecraft/factions/struct/ChatMode.html"title="enum in com.massivecraft.factions.struct">ChatMode</a> role)</code> </td>
<tdclass="colFirst"><code>static <ahref="../../../../com/massivecraft/factions/struct/ChatMode.html"title="enum in com.massivecraft.factions.struct">ChatMode</a></code></td>
<divclass="block">Returns the enum constant of this type with the specified name.</div>
</td>
</tr>
<trid="i5"class="rowColor">
<tdclass="colFirst"><code>static <ahref="../../../../com/massivecraft/factions/struct/ChatMode.html"title="enum in com.massivecraft.factions.struct">ChatMode</a>[]</code></td>
<pre>public static final <ahref="../../../../com/massivecraft/factions/struct/ChatMode.html"title="enum in com.massivecraft.factions.struct">ChatMode</a> MOD</pre>
</li>
</ul>
<aname="FACTION">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>FACTION</h4>
<pre>public static final <ahref="../../../../com/massivecraft/factions/struct/ChatMode.html"title="enum in com.massivecraft.factions.struct">ChatMode</a> FACTION</pre>
</li>
</ul>
<aname="ALLIANCE">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>ALLIANCE</h4>
<pre>public static final <ahref="../../../../com/massivecraft/factions/struct/ChatMode.html"title="enum in com.massivecraft.factions.struct">ChatMode</a> ALLIANCE</pre>
</li>
</ul>
<aname="TRUCE">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>TRUCE</h4>
<pre>public static final <ahref="../../../../com/massivecraft/factions/struct/ChatMode.html"title="enum in com.massivecraft.factions.struct">ChatMode</a> TRUCE</pre>
</li>
</ul>
<aname="PUBLIC">
<!---->
</a>
<ulclass="blockListLast">
<liclass="blockList">
<h4>PUBLIC</h4>
<pre>public static final <ahref="../../../../com/massivecraft/factions/struct/ChatMode.html"title="enum in com.massivecraft.factions.struct">ChatMode</a> PUBLIC</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ FIELD DETAIL =========== -->
<ulclass="blockList">
<liclass="blockList"><aname="field.detail">
<!---->
</a>
<h3>Field Detail</h3>
<aname="value">
<!---->
</a>
<ulclass="blockList">
<liclass="blockList">
<h4>value</h4>
<pre>public final int value</pre>
</li>
</ul>
<aname="nicename">
<!---->
</a>
<ulclass="blockListLast">
<liclass="blockList">
<h4>nicename</h4>
<pre>public final <ahref="../../../../com/massivecraft/factions/zcore/util/TL.html"title="enum in com.massivecraft.factions.zcore.util">TL</a> nicename</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/struct/ChatMode.html"title="enum in com.massivecraft.factions.struct">ChatMode</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 (ChatMode c : ChatMode.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="blockList">
<liclass="blockList">
<h4>valueOf</h4>
<pre>public static <ahref="../../../../com/massivecraft/factions/struct/ChatMode.html"title="enum in com.massivecraft.factions.struct">ChatMode</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
<pre>public boolean isAtLeast(<ahref="../../../../com/massivecraft/factions/struct/ChatMode.html"title="enum in com.massivecraft.factions.struct">ChatMode</a> role)</pre>
<pre>public boolean isAtMost(<ahref="../../../../com/massivecraft/factions/struct/ChatMode.html"title="enum in com.massivecraft.factions.struct">ChatMode</a> role)</pre>
<dd><code>toString</code> in class <code>java.lang.Enum<<ahref="../../../../com/massivecraft/factions/struct/ChatMode.html"title="enum in com.massivecraft.factions.struct">ChatMode</a>></code></dd>
</dl>
</li>
</ul>
<aname="getNext--">
<!---->
</a>
<ulclass="blockListLast">
<liclass="blockList">
<h4>getNext</h4>
<pre>public <ahref="../../../../com/massivecraft/factions/struct/ChatMode.html"title="enum in com.massivecraft.factions.struct">ChatMode</a> getNext()</pre>
<li><ahref="../../../../com/massivecraft/factions/struct/BanInfo.html"title="class in com.massivecraft.factions.struct"><spanclass="typeNameLink">Prev Class</span></a></li>
<li><ahref="../../../../com/massivecraft/factions/struct/Permission.html"title="enum in com.massivecraft.factions.struct"><spanclass="typeNameLink">Next Class</span></a></li>