Package net.minecraft.client
Enum Class RecipeBookCategories
- All Implemented Interfaces:
Serializable
,Comparable<RecipeBookCategories>
,Constable
,IExtensibleEnum
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Map<RecipeBookCategories,
List<RecipeBookCategories>> static final List<RecipeBookCategories>
static final List<RecipeBookCategories>
static final List<RecipeBookCategories>
static final List<RecipeBookCategories>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic RecipeBookCategories
static List<RecipeBookCategories>
getCategories
(RecipeBookType p_92270_) static RecipeBookCategories
Returns 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.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
Methods inherited from interface net.minecraftforge.common.IExtensibleEnum
init
-
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
-
values
Returns 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
-
valueOf
Returns 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 nameNullPointerException
- if the argument is null
-
getCategories
-
getIconItems
-
create
-