Package net.minecraft.client.recipebook
Enum RecipeBookGroup
- All Implemented Interfaces:
Serializable
,Comparable<RecipeBookGroup>
,java.lang.constant.Constable
@Environment(CLIENT) public enum RecipeBookGroup extends Enum<RecipeBookGroup>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Field Summary
Fields Modifier and Type Field Description static List<RecipeBookGroup>
BLAST_FURNACE
static List<RecipeBookGroup>
CRAFTING
static Map<RecipeBookGroup,List<RecipeBookGroup>>
field_25783
static List<RecipeBookGroup>
FURNACE
private List<ItemStack>
icons
static List<RecipeBookGroup>
SMOKER
-
Constructor Summary
Constructors Modifier Constructor Description private
RecipeBookGroup(ItemStack[] entries)
-
Method Summary
Modifier and Type Method Description List<ItemStack>
getIcons()
static List<RecipeBookGroup>
method_30285(RecipeBookCategory recipeBookCategory)
static RecipeBookGroup
valueOf(String name)
Returns the enum constant of this type with the specified name.static RecipeBookGroup[]
values()
Returns an array containing the constants of this enum type, 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
-
BLAST_FURNACE
-
FURNACE
-
CRAFTING
-
field_25783
-
icons
-
-
Constructor Details
-
RecipeBookGroup
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException
- if the argument is null
-
method_30285
-
getIcons
-