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