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