public static enum IBlockRightClicker.RightClickType extends java.lang.Enum<IBlockRightClicker.RightClickType> implements ITranslatableEnum
| Enum Constant and Description |
|---|
CLICK_BLOCK |
CLICK_ITEM |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getTranslationKey() |
static IBlockRightClicker.RightClickType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IBlockRightClicker.RightClickType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IBlockRightClicker.RightClickType CLICK_ITEM
public static final IBlockRightClicker.RightClickType CLICK_BLOCK
public static IBlockRightClicker.RightClickType[] values()
for (IBlockRightClicker.RightClickType c : IBlockRightClicker.RightClickType.values()) System.out.println(c);
public static IBlockRightClicker.RightClickType 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 java.lang.String getTranslationKey()
getTranslationKey in interface ITranslatableEnum