public static enum MythicLogger.DebugLevel extends Enum<MythicLogger.DebugLevel>
Enum Constant and Description |
---|
CLOCK |
CONDITION |
EVENT |
INFO |
MECHANIC |
NONE |
SKILL |
SKILL_CHECK |
SKILL_INFO |
TRIGGER |
Modifier and Type | Method and Description |
---|---|
static MythicLogger.DebugLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MythicLogger.DebugLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MythicLogger.DebugLevel NONE
public static final MythicLogger.DebugLevel INFO
public static final MythicLogger.DebugLevel SKILL
public static final MythicLogger.DebugLevel SKILL_CHECK
public static final MythicLogger.DebugLevel SKILL_INFO
public static final MythicLogger.DebugLevel MECHANIC
public static final MythicLogger.DebugLevel CONDITION
public static final MythicLogger.DebugLevel TRIGGER
public static final MythicLogger.DebugLevel EVENT
public static final MythicLogger.DebugLevel CLOCK
public static MythicLogger.DebugLevel[] values()
for (MythicLogger.DebugLevel c : MythicLogger.DebugLevel.values()) System.out.println(c);
public static MythicLogger.DebugLevel valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2020. All rights reserved.