public static enum GuiRobot.ModiferKey extends java.lang.Enum<GuiRobot.ModiferKey>
Modifier and Type | Field and Description |
---|---|
int |
code |
Modifier and Type | Method and Description |
---|---|
static GuiRobot.ModiferKey |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GuiRobot.ModiferKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GuiRobot.ModiferKey ALT
public static final GuiRobot.ModiferKey ALTG
public static final GuiRobot.ModiferKey CTRL
public static final GuiRobot.ModiferKey META
public static final GuiRobot.ModiferKey SHIFT
public static GuiRobot.ModiferKey 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 GuiRobot.ModiferKey[] values()
for (GuiRobot.ModiferKey c : GuiRobot.ModiferKey.values()) System.out.println(c);