public static enum GermGuiSlot.EventType extends java.lang.Enum<GermGuiSlot.EventType>
| Enum Constant and Description |
|---|
LEFT_CLICK |
MIDDLE_CLICK |
RIGHT_CLICK |
SHIFT_LEFT_CLICK |
SHIFT_MILLE_CLICK |
SHIFT_RIGHT_CLICK |
| Modifier and Type | Method and Description |
|---|---|
static GermGuiSlot.EventType |
getClickType(int i) |
static GermGuiSlot.EventType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GermGuiSlot.EventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GermGuiSlot.EventType LEFT_CLICK
public static final GermGuiSlot.EventType RIGHT_CLICK
public static final GermGuiSlot.EventType SHIFT_LEFT_CLICK
public static final GermGuiSlot.EventType SHIFT_RIGHT_CLICK
public static final GermGuiSlot.EventType MIDDLE_CLICK
public static final GermGuiSlot.EventType SHIFT_MILLE_CLICK
public static GermGuiSlot.EventType[] values()
for (GermGuiSlot.EventType c : GermGuiSlot.EventType.values()) System.out.println(c);
public static GermGuiSlot.EventType 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 GermGuiSlot.EventType getClickType(int i)