Package net.minecraft.recipe.book
Enum Class RecipeBookType
- All Implemented Interfaces:
Serializable,Comparable<RecipeBookType>,Constable
- Mappings:
Namespace Name named net/minecraft/recipe/book/RecipeBookTypeintermediary net/minecraft/class_5421official cxr
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RecipeBookTypeReturns the enum constant of this class with the specified name.static RecipeBookType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CRAFTING
- Mappings:
Namespace Name Mixin selector named CRAFTINGLnet/minecraft/recipe/book/RecipeBookType;CRAFTING:Lnet/minecraft/recipe/book/RecipeBookType;intermediary field_25763Lnet/minecraft/class_5421;field_25763:Lnet/minecraft/class_5421;official aLcxr;a:Lcxr;
-
FURNACE
- Mappings:
Namespace Name Mixin selector named FURNACELnet/minecraft/recipe/book/RecipeBookType;FURNACE:Lnet/minecraft/recipe/book/RecipeBookType;intermediary field_25764Lnet/minecraft/class_5421;field_25764:Lnet/minecraft/class_5421;official bLcxr;b:Lcxr;
-
BLAST_FURNACE
- Mappings:
Namespace Name Mixin selector named BLAST_FURNACELnet/minecraft/recipe/book/RecipeBookType;BLAST_FURNACE:Lnet/minecraft/recipe/book/RecipeBookType;intermediary field_25765Lnet/minecraft/class_5421;field_25765:Lnet/minecraft/class_5421;official cLcxr;c:Lcxr;
-
SMOKER
- Mappings:
Namespace Name Mixin selector named SMOKERLnet/minecraft/recipe/book/RecipeBookType;SMOKER:Lnet/minecraft/recipe/book/RecipeBookType;intermediary field_25766Lnet/minecraft/class_5421;field_25766:Lnet/minecraft/class_5421;official dLcxr;d:Lcxr;
-
-
Constructor Details
-
RecipeBookType
private RecipeBookType()
-
-
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
-