public static enum EntityTransferGadget.IOMode extends java.lang.Enum<EntityTransferGadget.IOMode> implements ITranslatableEnum
| Modifier and Type | Method and Description |
|---|---|
net.minecraft.util.ResourceLocation |
getTexture() |
java.lang.String |
getTranslationKey() |
static EntityTransferGadget.IOMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EntityTransferGadget.IOMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EntityTransferGadget.IOMode INPUT
public static final EntityTransferGadget.IOMode OUTPUT
public static EntityTransferGadget.IOMode[] values()
for (EntityTransferGadget.IOMode c : EntityTransferGadget.IOMode.values()) System.out.println(c);
public static EntityTransferGadget.IOMode 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 net.minecraft.util.ResourceLocation getTexture()
public java.lang.String getTranslationKey()
getTranslationKey in interface ITranslatableEnum