Package net.minecraft.recipe.book
Enum Class RecipeCategory
- All Implemented Interfaces:
Serializable,Comparable<RecipeCategory>,Constable
- Mappings:
Namespace Name official mxintermediary net/minecraft/class_7800named net/minecraft/recipe/book/RecipeCategory
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()static RecipeCategoryReturns the enum constant of this class with the specified name.static RecipeCategory[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
BUILDING_BLOCKS
- Mappings:
Namespace Name Mixin selector official aLmx;a:Lmx;intermediary field_40634Lnet/minecraft/class_7800;field_40634:Lnet/minecraft/class_7800;named BUILDING_BLOCKSLnet/minecraft/recipe/book/RecipeCategory;BUILDING_BLOCKS:Lnet/minecraft/recipe/book/RecipeCategory;
-
DECORATIONS
- Mappings:
Namespace Name Mixin selector official bLmx;b:Lmx;intermediary field_40635Lnet/minecraft/class_7800;field_40635:Lnet/minecraft/class_7800;named DECORATIONSLnet/minecraft/recipe/book/RecipeCategory;DECORATIONS:Lnet/minecraft/recipe/book/RecipeCategory;
-
REDSTONE
- Mappings:
Namespace Name Mixin selector official cLmx;c:Lmx;intermediary field_40636Lnet/minecraft/class_7800;field_40636:Lnet/minecraft/class_7800;named REDSTONELnet/minecraft/recipe/book/RecipeCategory;REDSTONE:Lnet/minecraft/recipe/book/RecipeCategory;
-
TRANSPORTATION
- Mappings:
Namespace Name Mixin selector official dLmx;d:Lmx;intermediary field_40637Lnet/minecraft/class_7800;field_40637:Lnet/minecraft/class_7800;named TRANSPORTATIONLnet/minecraft/recipe/book/RecipeCategory;TRANSPORTATION:Lnet/minecraft/recipe/book/RecipeCategory;
-
TOOLS
- Mappings:
Namespace Name Mixin selector official eLmx;e:Lmx;intermediary field_40638Lnet/minecraft/class_7800;field_40638:Lnet/minecraft/class_7800;named TOOLSLnet/minecraft/recipe/book/RecipeCategory;TOOLS:Lnet/minecraft/recipe/book/RecipeCategory;
-
COMBAT
- Mappings:
Namespace Name Mixin selector official fLmx;f:Lmx;intermediary field_40639Lnet/minecraft/class_7800;field_40639:Lnet/minecraft/class_7800;named COMBATLnet/minecraft/recipe/book/RecipeCategory;COMBAT:Lnet/minecraft/recipe/book/RecipeCategory;
-
FOOD
- Mappings:
Namespace Name Mixin selector official gLmx;g:Lmx;intermediary field_40640Lnet/minecraft/class_7800;field_40640:Lnet/minecraft/class_7800;named FOODLnet/minecraft/recipe/book/RecipeCategory;FOOD:Lnet/minecraft/recipe/book/RecipeCategory;
-
BREWING
- Mappings:
Namespace Name Mixin selector official hLmx;h:Lmx;intermediary field_40641Lnet/minecraft/class_7800;field_40641:Lnet/minecraft/class_7800;named BREWINGLnet/minecraft/recipe/book/RecipeCategory;BREWING:Lnet/minecraft/recipe/book/RecipeCategory;
-
MISC
- Mappings:
Namespace Name Mixin selector official iLmx;i:Lmx;intermediary field_40642Lnet/minecraft/class_7800;field_40642:Lnet/minecraft/class_7800;named MISCLnet/minecraft/recipe/book/RecipeCategory;MISC:Lnet/minecraft/recipe/book/RecipeCategory;
-
-
Field Details
-
name
- Mappings:
Namespace Name Mixin selector official jLmx;j:Ljava/lang/String;intermediary field_40643Lnet/minecraft/class_7800;field_40643:Ljava/lang/String;named nameLnet/minecraft/recipe/book/RecipeCategory;name:Ljava/lang/String;
-
-
Constructor Details
-
RecipeCategory
- Mappings:
Namespace Name Mixin selector official <init>Lmx;<init>(Ljava/lang/String;ILjava/lang/String;)Vintermediary <init>Lnet/minecraft/class_7800;<init>(Ljava/lang/String;ILjava/lang/String;)Vnamed <init>Lnet/minecraft/recipe/book/RecipeCategory;<init>(Ljava/lang/String;ILjava/lang/String;)V
-
-
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
-
getName
- Mappings:
Namespace Name Mixin selector official aLmx;a()Ljava/lang/String;intermediary method_46203Lnet/minecraft/class_7800;method_46203()Ljava/lang/String;named getNameLnet/minecraft/recipe/book/RecipeCategory;getName()Ljava/lang/String;
-