public enum EnumCurryKey extends java.lang.Enum<EnumCurryKey>
Enum Constant and Description |
---|
APPLE |
BEANS |
BOILED_EGG |
BONE |
BURGER |
CHEESE |
COCONUT |
CREAM |
DECORATIVE |
FRIED_FOOD |
GIGANTAMIX |
HERB |
INSTANT_NOODLE |
JUICY |
LEEK |
MUSHROOM |
PASTA |
PLAIN |
POTATO |
RICH |
SALAD |
SAUSAGE |
SEASONED |
SMOKE_POKE |
TOAST |
TROPICAL |
Modifier and Type | Method and Description |
---|---|
net.minecraft.item.Item |
getDishItem() |
net.minecraft.util.ResourceLocation |
getDishTexture() |
int |
getRatingBoost() |
static EnumCurryKey |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCurryKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCurryKey PLAIN
public static final EnumCurryKey TOAST
public static final EnumCurryKey PASTA
public static final EnumCurryKey FRIED_FOOD
public static final EnumCurryKey INSTANT_NOODLE
public static final EnumCurryKey BURGER
public static final EnumCurryKey SAUSAGE
public static final EnumCurryKey BEANS
public static final EnumCurryKey MUSHROOM
public static final EnumCurryKey POTATO
public static final EnumCurryKey SALAD
public static final EnumCurryKey SEASONED
public static final EnumCurryKey JUICY
public static final EnumCurryKey RICH
public static final EnumCurryKey BONE
public static final EnumCurryKey HERB
public static final EnumCurryKey CREAM
public static final EnumCurryKey DECORATIVE
public static final EnumCurryKey COCONUT
public static final EnumCurryKey SMOKE_POKE
public static final EnumCurryKey LEEK
public static final EnumCurryKey APPLE
public static final EnumCurryKey BOILED_EGG
public static final EnumCurryKey TROPICAL
public static final EnumCurryKey CHEESE
public static final EnumCurryKey GIGANTAMIX
public static EnumCurryKey[] values()
for (EnumCurryKey c : EnumCurryKey.values()) System.out.println(c);
public static EnumCurryKey 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 int getRatingBoost()
public net.minecraft.item.Item getDishItem()
public net.minecraft.util.ResourceLocation getDishTexture()