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