Enum Constant and Description |
---|
MESSAGE_PLAYER |
PERMS_AREA |
PERMS_NETHER |
PERMS_THEEND |
PERMS_WORLD |
RESPECT_FACTIONS |
RESPECT_GRIEFPREVENTION |
RESPECT_TOWNY |
RESPECT_WORLDBORDER |
RESPECT_WORLDGUARD |
SPACE_TARDIS |
Modifier and Type | Method and Description |
---|---|
static java.util.List<FLAG> |
getAPIFlags() |
static java.util.List<FLAG> |
getDefaultFlags() |
static java.util.List<FLAG> |
getNoMessageFlags() |
static FLAG |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FLAG[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FLAG MESSAGE_PLAYER
public static final FLAG PERMS_AREA
public static final FLAG PERMS_NETHER
public static final FLAG PERMS_THEEND
public static final FLAG PERMS_WORLD
public static final FLAG RESPECT_FACTIONS
public static final FLAG RESPECT_GRIEFPREVENTION
public static final FLAG RESPECT_TOWNY
public static final FLAG RESPECT_WORLDBORDER
public static final FLAG RESPECT_WORLDGUARD
public static final FLAG SPACE_TARDIS
public static FLAG[] values()
for (FLAG c : FLAG.values()) System.out.println(c);
public static FLAG 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 namejava.lang.NullPointerException
- if the argument is nullpublic static java.util.List<FLAG> getNoMessageFlags()
public static java.util.List<FLAG> getAPIFlags()
public static java.util.List<FLAG> getDefaultFlags()