public enum DuelLogType extends java.lang.Enum<DuelLogType>
Enum Constant and Description |
---|
ABILITY |
ATTACH |
ATTACK |
COIN |
CONDITION |
DISCARD |
DRAW |
ENDGAME |
EVOLVE |
KNOCKOUT |
PASSTURN |
PLAY |
STARTGAME |
SWITCH |
Modifier and Type | Method and Description |
---|---|
net.minecraft.util.ResourceLocation |
getResourceLocation() |
static DuelLogType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DuelLogType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DuelLogType ATTACK
public static final DuelLogType ABILITY
public static final DuelLogType CONDITION
public static final DuelLogType KNOCKOUT
public static final DuelLogType ATTACH
public static final DuelLogType DRAW
public static final DuelLogType DISCARD
public static final DuelLogType COIN
public static final DuelLogType EVOLVE
public static final DuelLogType PLAY
public static final DuelLogType SWITCH
public static final DuelLogType STARTGAME
public static final DuelLogType ENDGAME
public static final DuelLogType PASSTURN
public static DuelLogType[] values()
for (DuelLogType c : DuelLogType.values()) System.out.println(c);
public static DuelLogType 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 net.minecraft.util.ResourceLocation getResourceLocation()