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