public static enum GermGuiScreen.ClickType extends java.lang.Enum<GermGuiScreen.ClickType>
| Enum Constant and Description | 
|---|
| LEFT_CLICK | 
| LEFT_CLICK_RELEASE | 
| RIGHT_CLICK | 
| RIGHT_CLICK_RELEASE | 
| SCROLL_CLICK | 
| SCROLL_CLICK_RELEASE | 
| SIDE_FAR_CLICK | 
| SIDE_FAR_CLICK_RELEASE | 
| SIDE_NEAR_CLICK | 
| SIDE_NEAR_CLICK_RELEASE | 
| Modifier and Type | Method and Description | 
|---|---|
| static GermGuiScreen.ClickType | getClickType(int i) | 
| int | getId() | 
| static GermGuiScreen.ClickType | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static GermGuiScreen.ClickType[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final GermGuiScreen.ClickType LEFT_CLICK
public static final GermGuiScreen.ClickType RIGHT_CLICK
public static final GermGuiScreen.ClickType SCROLL_CLICK
public static final GermGuiScreen.ClickType SIDE_NEAR_CLICK
public static final GermGuiScreen.ClickType SIDE_FAR_CLICK
public static final GermGuiScreen.ClickType LEFT_CLICK_RELEASE
public static final GermGuiScreen.ClickType RIGHT_CLICK_RELEASE
public static final GermGuiScreen.ClickType SCROLL_CLICK_RELEASE
public static final GermGuiScreen.ClickType SIDE_NEAR_CLICK_RELEASE
public static final GermGuiScreen.ClickType SIDE_FAR_CLICK_RELEASE
public static GermGuiScreen.ClickType[] values()
for (GermGuiScreen.ClickType c : GermGuiScreen.ClickType.values()) System.out.println(c);
public static GermGuiScreen.ClickType 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 GermGuiScreen.ClickType getClickType(int i)
public int getId()