public static enum TileEntityAerialInterface.FeedMode extends java.lang.Enum<TileEntityAerialInterface.FeedMode> implements ITranslatableEnum
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescTranslationKey() |
net.minecraft.item.ItemStack |
getIconStack() |
java.lang.String |
getTranslationKey() |
static TileEntityAerialInterface.FeedMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TileEntityAerialInterface.FeedMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TileEntityAerialInterface.FeedMode FRUGAL
public static final TileEntityAerialInterface.FeedMode GREEDY
public static final TileEntityAerialInterface.FeedMode SMART
public static TileEntityAerialInterface.FeedMode[] values()
for (TileEntityAerialInterface.FeedMode c : TileEntityAerialInterface.FeedMode.values()) System.out.println(c);
public static TileEntityAerialInterface.FeedMode 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 ITranslatableEnumpublic java.lang.String getDescTranslationKey()
public net.minecraft.item.ItemStack getIconStack()