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