Package net.minecraft.client
Enum Class RecipeBookCategories
- All Implemented Interfaces:
- Serializable,- Comparable<RecipeBookCategories>,- Constable,- IExtensibleEnum
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum Constants
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final Map<RecipeBookCategories,List<RecipeBookCategories>> static final List<RecipeBookCategories>static final List<RecipeBookCategories>static final List<RecipeBookCategories>static final List<RecipeBookCategories>
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic RecipeBookCategoriesstatic List<RecipeBookCategories>getCategories(RecipeBookType p_92270_) static RecipeBookCategoriesReturns the enum constant of this class with the specified name.static RecipeBookCategories[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enumclone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfMethods inherited from interface net.minecraftforge.common.IExtensibleEnuminit
- 
Enum Constant Details- 
CRAFTING_SEARCH
- 
CRAFTING_BUILDING_BLOCKS
- 
CRAFTING_REDSTONE
- 
CRAFTING_EQUIPMENT
- 
CRAFTING_MISC
- 
FURNACE_SEARCH
- 
FURNACE_FOOD
- 
FURNACE_BLOCKS
- 
FURNACE_MISC
- 
BLAST_FURNACE_SEARCH
- 
BLAST_FURNACE_BLOCKS
- 
BLAST_FURNACE_MISC
- 
SMOKER_SEARCH
- 
SMOKER_FOOD
- 
STONECUTTER
- 
SMITHING
- 
CAMPFIRE
- 
UNKNOWN
 
- 
- 
Field Details- 
SMOKER_CATEGORIES
- 
BLAST_FURNACE_CATEGORIES
- 
FURNACE_CATEGORIES
- 
CRAFTING_CATEGORIES
- 
AGGREGATE_CATEGORIES
- 
itemIcons
 
- 
- 
Constructor Details- 
RecipeBookCategories
 
- 
- 
Method Details- 
valuesReturns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
 
- 
valueOfReturns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
- name- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
- IllegalArgumentException- if this enum class has no constant with the specified name
- NullPointerException- if the argument is null
 
- 
getCategories
- 
getIconItems
- 
create
 
-