public enum RecipeBookCategories extends java.lang.Enum<RecipeBookCategories>
Enum Constant and Description |
---|
BLAST_FURNACE_BLOCKS |
BLAST_FURNACE_MISC |
BLAST_FURNACE_SEARCH |
BUILDING_BLOCKS |
CAMPFIRE |
EQUIPMENT |
FURNACE_BLOCKS |
FURNACE_FOOD |
FURNACE_MISC |
FURNACE_SEARCH |
MISC |
REDSTONE |
SEARCH |
SMOKER_FOOD |
SMOKER_SEARCH |
STONECUTTER |
Modifier and Type | Field and Description |
---|---|
private java.util.List<ItemStack> |
icons |
Modifier and Type | Method and Description |
---|---|
java.util.List<ItemStack> |
getIcons() |
static RecipeBookCategories |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RecipeBookCategories[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RecipeBookCategories SEARCH
public static final RecipeBookCategories BUILDING_BLOCKS
public static final RecipeBookCategories REDSTONE
public static final RecipeBookCategories EQUIPMENT
public static final RecipeBookCategories MISC
public static final RecipeBookCategories FURNACE_SEARCH
public static final RecipeBookCategories FURNACE_FOOD
public static final RecipeBookCategories FURNACE_BLOCKS
public static final RecipeBookCategories FURNACE_MISC
public static final RecipeBookCategories BLAST_FURNACE_SEARCH
public static final RecipeBookCategories BLAST_FURNACE_BLOCKS
public static final RecipeBookCategories BLAST_FURNACE_MISC
public static final RecipeBookCategories SMOKER_SEARCH
public static final RecipeBookCategories SMOKER_FOOD
public static final RecipeBookCategories STONECUTTER
public static final RecipeBookCategories CAMPFIRE
private final java.util.List<ItemStack> icons
public static RecipeBookCategories[] values()
for (RecipeBookCategories c : RecipeBookCategories.values()) System.out.println(c);
public static RecipeBookCategories 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.util.List<ItemStack> getIcons()