java.io.Serializable
, java.lang.Comparable<MOB.Attrib>
public static enum MOB.Attrib extends java.lang.Enum<MOB.Attrib>
Enum Constant | Description |
---|---|
ANSI |
|
ANSI16 |
|
AUTOASSIST |
|
AUTODRAW |
|
AUTOEXITS |
|
AUTOFORWARD |
|
AUTOGOLD |
|
AUTOGUARD |
|
AUTOIMPROVE |
|
AUTOLOOT |
|
AUTOMAP |
|
AUTOMELEE |
|
AUTONOTIFY |
|
AUTORUN |
|
AUTOWEATHER |
|
BRIEF |
|
COMPRESS |
|
DAILYMESSAGE |
|
MXP |
|
NOBATTLESPAM |
|
NOFOLLOW |
|
NOREPROMPT |
|
NOTEACH |
|
PLAYERKILL |
|
PRIVACY |
|
QUIET |
|
SOUND |
|
SYSOPMSGS |
|
TELNET_GA |
Modifier and Type | Method | Description |
---|---|---|
int |
getBitCode() |
Returns the bitmap mask of this attribute
|
java.lang.String |
getName() |
The more official description code name of this attribute.
|
boolean |
isAutoReversed() |
Returns true if the attribute is intuitively reversed, meaning
that setting it turns it off, while clearing it turns it on.
|
static MOB.Attrib |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static MOB.Attrib[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MOB.Attrib AUTOGOLD
public static final MOB.Attrib AUTOLOOT
public static final MOB.Attrib AUTOEXITS
public static final MOB.Attrib AUTOASSIST
public static final MOB.Attrib ANSI
public static final MOB.Attrib SYSOPMSGS
public static final MOB.Attrib AUTOMELEE
public static final MOB.Attrib PLAYERKILL
public static final MOB.Attrib BRIEF
public static final MOB.Attrib NOFOLLOW
public static final MOB.Attrib AUTOWEATHER
public static final MOB.Attrib AUTODRAW
public static final MOB.Attrib AUTOGUARD
public static final MOB.Attrib SOUND
public static final MOB.Attrib AUTOIMPROVE
public static final MOB.Attrib NOTEACH
public static final MOB.Attrib AUTONOTIFY
public static final MOB.Attrib AUTOFORWARD
public static final MOB.Attrib DAILYMESSAGE
public static final MOB.Attrib QUIET
public static final MOB.Attrib MXP
public static final MOB.Attrib COMPRESS
public static final MOB.Attrib AUTORUN
public static final MOB.Attrib AUTOMAP
public static final MOB.Attrib NOBATTLESPAM
public static final MOB.Attrib TELNET_GA
public static final MOB.Attrib ANSI16
public static final MOB.Attrib PRIVACY
public static final MOB.Attrib NOREPROMPT
public static MOB.Attrib[] values()
for (MOB.Attrib c : MOB.Attrib.values()) System.out.println(c);
public static MOB.Attrib 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 int getBitCode()
public boolean isAutoReversed()
public java.lang.String getName()