|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<Clan.Function>
com.planet_ink.coffee_mud.Common.interfaces.Clan.Function
public static enum Clan.Function
An enumation of all the major clan functions gated by internal security
Enum Constant Summary | |
---|---|
ACCEPT
constant for the clan function of accepting new members. |
|
ASSIGN
constant for the clan function of promoting or demoting members. |
|
CHANNEL
constant for the clan function of channeling with @see Clan#getAuthority(int,Function) |
|
CLAN_BENEFITS
constant for the clan function of enjoying clan homes. |
|
CLAN_TITLES
constant for the clan function of enjoying clan homes. |
|
DECLARE
constant for the clan function of declaring war and peace . |
|
DEPOSIT
constant for the clan function of depositing into clan bank accounts. |
|
DEPOSIT_LIST
constant for the clan function of depositing and listing clan bank accounts. |
|
ENCHANT
constant for the clan function of clanenchanting items. |
|
EXILE
constant for the clan function of exihiling members. |
|
HOME_PRIVS
constant for the clan function of enjoying clan homes. |
|
LIST_MEMBERS
constant for the clan function of seeing private members. |
|
MORGUE
constant for the clan function of using the morgue. |
|
ORDER_CONQUERED
constant for the clan function of ordering mobs in clan conquered areas. |
|
ORDER_UNDERLINGS
constant for the clan function of ordering lower ranked clan members. |
|
PREMISE
constant for the clan function of writing a new clan premise. |
|
PROPERTY_OWNER
constant for the clan function of acting as owner of clan property. |
|
REJECT
constant for the clan function of rejecting an applicant. |
|
SET_DONATE
constant for the clan function of setting a new donation room. |
|
SET_HOME
constant for the clan function of setting a new clan home. |
|
TAX
constant for the clan function of changing the clans tax rate. |
|
VOTE_ASSIGN
constant for the clan function of voting on promotions. |
|
VOTE_OTHER
constant for the clan function of voting on non-promotion questions . |
|
WITHDRAW
constant for the clan function of withdrawing from clan bank accounts. |
Method Summary | |
---|---|
static Clan.Function |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Clan.Function[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final Clan.Function ACCEPT
public static final Clan.Function ASSIGN
public static final Clan.Function EXILE
public static final Clan.Function SET_HOME
public static final Clan.Function SET_DONATE
public static final Clan.Function REJECT
public static final Clan.Function PREMISE
public static final Clan.Function PROPERTY_OWNER
public static final Clan.Function WITHDRAW
public static final Clan.Function DEPOSIT
public static final Clan.Function ORDER_UNDERLINGS
public static final Clan.Function ORDER_CONQUERED
public static final Clan.Function VOTE_ASSIGN
public static final Clan.Function VOTE_OTHER
public static final Clan.Function DEPOSIT_LIST
public static final Clan.Function DECLARE
public static final Clan.Function TAX
public static final Clan.Function ENCHANT
public static final Clan.Function CHANNEL
public static final Clan.Function MORGUE
public static final Clan.Function LIST_MEMBERS
public static final Clan.Function HOME_PRIVS
public static final Clan.Function CLAN_BENEFITS
public static final Clan.Function CLAN_TITLES
Method Detail |
---|
public static Clan.Function[] values()
for (Clan.Function c : Clan.Function.values()) System.out.println(c);
public static Clan.Function valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |