public enum DebuggerSectionType extends java.lang.Enum<DebuggerSectionType>
Enum Constant and Description |
---|
Bank |
Friends |
GroundItems |
Ignore |
InventoryItems |
Local |
NPCs |
Objects |
Players |
Recipient |
Shop |
Skills |
WallObjects |
Modifier and Type | Method and Description |
---|---|
static DebuggerSectionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DebuggerSectionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DebuggerSectionType NPCs
public static final DebuggerSectionType Players
public static final DebuggerSectionType Objects
public static final DebuggerSectionType WallObjects
public static final DebuggerSectionType InventoryItems
public static final DebuggerSectionType GroundItems
public static final DebuggerSectionType Skills
public static final DebuggerSectionType Bank
public static final DebuggerSectionType Shop
public static final DebuggerSectionType Friends
public static final DebuggerSectionType Ignore
public static final DebuggerSectionType Local
public static final DebuggerSectionType Recipient
public static DebuggerSectionType[] values()
for (DebuggerSectionType c : DebuggerSectionType.values()) System.out.println(c);
public static DebuggerSectionType 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 null