Package net.minecraft.recipe.book
Enum Class RecipeBookCategory
- All Implemented Interfaces:
Serializable
,Comparable<RecipeBookCategory>
,Constable
- Mappings:
Namespace Name official cjp
intermediary net/minecraft/class_5421
named net/minecraft/recipe/book/RecipeBookCategory
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic RecipeBookCategory
Returns the enum constant of this class with the specified name.static RecipeBookCategory[]
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 official a
Lcjp;a:Lcjp;
intermediary field_25763
Lnet/minecraft/class_5421;field_25763:Lnet/minecraft/class_5421;
named CRAFTING
Lnet/minecraft/recipe/book/RecipeBookCategory;CRAFTING:Lnet/minecraft/recipe/book/RecipeBookCategory;
-
FURNACE
- Mappings:
Namespace Name Mixin selector official b
Lcjp;b:Lcjp;
intermediary field_25764
Lnet/minecraft/class_5421;field_25764:Lnet/minecraft/class_5421;
named FURNACE
Lnet/minecraft/recipe/book/RecipeBookCategory;FURNACE:Lnet/minecraft/recipe/book/RecipeBookCategory;
-
BLAST_FURNACE
- Mappings:
Namespace Name Mixin selector official c
Lcjp;c:Lcjp;
intermediary field_25765
Lnet/minecraft/class_5421;field_25765:Lnet/minecraft/class_5421;
named BLAST_FURNACE
Lnet/minecraft/recipe/book/RecipeBookCategory;BLAST_FURNACE:Lnet/minecraft/recipe/book/RecipeBookCategory;
-
SMOKER
- Mappings:
Namespace Name Mixin selector official d
Lcjp;d:Lcjp;
intermediary field_25766
Lnet/minecraft/class_5421;field_25766:Lnet/minecraft/class_5421;
named SMOKER
Lnet/minecraft/recipe/book/RecipeBookCategory;SMOKER:Lnet/minecraft/recipe/book/RecipeBookCategory;
-
-
Constructor Details
-
RecipeBookCategory
private RecipeBookCategory()
-
-
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
-