Package net.minecraft.client
Enum Class RecipeBookCategories
- All Implemented Interfaces:
Serializable
,Comparable<RecipeBookCategories>
,Constable
,net.neoforged.fml.common.asm.enumextension.IExtensibleEnum
public enum RecipeBookCategories
extends Enum<RecipeBookCategories>
implements net.neoforged.fml.common.asm.enumextension.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> Deprecated.static final List
<RecipeBookCategories> -
Constructor Summary
ModifierConstructorDescriptionprivate
RecipeBookCategories
(Supplier<List<ItemStack>> itemIconsSupplier) private
RecipeBookCategories
(ItemStack... p_92267_) -
Method Summary
Modifier and TypeMethodDescriptionstatic List
<RecipeBookCategories> getCategories
(RecipeBookType p_92270_) static net.neoforged.fml.common.asm.enumextension.ExtensionInfo
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.
-
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
Deprecated. -
itemIconsSupplier
-
-
Constructor Details
-
RecipeBookCategories
-
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
-
getExtensionInfo
public static net.neoforged.fml.common.asm.enumextension.ExtensionInfo getExtensionInfo()
-