Enum Class RecipeCategory

java.lang.Object
java.lang.Enum<RecipeCategory>
net.minecraft.recipe.book.RecipeCategory
All Implemented Interfaces:
Serializable, Comparable<RecipeCategory>, Constable

public enum RecipeCategory extends Enum<RecipeCategory>
Mappings:
Namespace Name
official lo
intermediary net/minecraft/class_7800
named net/minecraft/recipe/book/RecipeCategory
  • Enum Constant Details

    • BUILDING_BLOCKS

      public static final RecipeCategory BUILDING_BLOCKS
      Mappings:
      Namespace Name Mixin selector
      official a Llo;a:Llo;
      intermediary field_40634 Lnet/minecraft/class_7800;field_40634:Lnet/minecraft/class_7800;
      named BUILDING_BLOCKS Lnet/minecraft/recipe/book/RecipeCategory;BUILDING_BLOCKS:Lnet/minecraft/recipe/book/RecipeCategory;
    • DECORATIONS

      public static final RecipeCategory DECORATIONS
      Mappings:
      Namespace Name Mixin selector
      official b Llo;b:Llo;
      intermediary field_40635 Lnet/minecraft/class_7800;field_40635:Lnet/minecraft/class_7800;
      named DECORATIONS Lnet/minecraft/recipe/book/RecipeCategory;DECORATIONS:Lnet/minecraft/recipe/book/RecipeCategory;
    • REDSTONE

      public static final RecipeCategory REDSTONE
      Mappings:
      Namespace Name Mixin selector
      official c Llo;c:Llo;
      intermediary field_40636 Lnet/minecraft/class_7800;field_40636:Lnet/minecraft/class_7800;
      named REDSTONE Lnet/minecraft/recipe/book/RecipeCategory;REDSTONE:Lnet/minecraft/recipe/book/RecipeCategory;
    • TRANSPORTATION

      public static final RecipeCategory TRANSPORTATION
      Mappings:
      Namespace Name Mixin selector
      official d Llo;d:Llo;
      intermediary field_40637 Lnet/minecraft/class_7800;field_40637:Lnet/minecraft/class_7800;
      named TRANSPORTATION Lnet/minecraft/recipe/book/RecipeCategory;TRANSPORTATION:Lnet/minecraft/recipe/book/RecipeCategory;
    • TOOLS

      public static final RecipeCategory TOOLS
      Mappings:
      Namespace Name Mixin selector
      official e Llo;e:Llo;
      intermediary field_40638 Lnet/minecraft/class_7800;field_40638:Lnet/minecraft/class_7800;
      named TOOLS Lnet/minecraft/recipe/book/RecipeCategory;TOOLS:Lnet/minecraft/recipe/book/RecipeCategory;
    • COMBAT

      public static final RecipeCategory COMBAT
      Mappings:
      Namespace Name Mixin selector
      official f Llo;f:Llo;
      intermediary field_40639 Lnet/minecraft/class_7800;field_40639:Lnet/minecraft/class_7800;
      named COMBAT Lnet/minecraft/recipe/book/RecipeCategory;COMBAT:Lnet/minecraft/recipe/book/RecipeCategory;
    • FOOD

      public static final RecipeCategory FOOD
      Mappings:
      Namespace Name Mixin selector
      official g Llo;g:Llo;
      intermediary field_40640 Lnet/minecraft/class_7800;field_40640:Lnet/minecraft/class_7800;
      named FOOD Lnet/minecraft/recipe/book/RecipeCategory;FOOD:Lnet/minecraft/recipe/book/RecipeCategory;
    • BREWING

      public static final RecipeCategory BREWING
      Mappings:
      Namespace Name Mixin selector
      official h Llo;h:Llo;
      intermediary field_40641 Lnet/minecraft/class_7800;field_40641:Lnet/minecraft/class_7800;
      named BREWING Lnet/minecraft/recipe/book/RecipeCategory;BREWING:Lnet/minecraft/recipe/book/RecipeCategory;
    • MISC

      public static final RecipeCategory MISC
      Mappings:
      Namespace Name Mixin selector
      official i Llo;i:Llo;
      intermediary field_40642 Lnet/minecraft/class_7800;field_40642:Lnet/minecraft/class_7800;
      named MISC Lnet/minecraft/recipe/book/RecipeCategory;MISC:Lnet/minecraft/recipe/book/RecipeCategory;
  • Field Details

    • name

      private final String name
      Mappings:
      Namespace Name Mixin selector
      official j Llo;j:Ljava/lang/String;
      intermediary field_40643 Lnet/minecraft/class_7800;field_40643:Ljava/lang/String;
      named name Lnet/minecraft/recipe/book/RecipeCategory;name:Ljava/lang/String;
  • Constructor Details

    • RecipeCategory

      private RecipeCategory(String name)
      Mappings:
      Namespace Name Mixin selector
      official <init> Llo;<init>(Ljava/lang/String;ILjava/lang/String;)V
      intermediary <init> Lnet/minecraft/class_7800;<init>(Ljava/lang/String;ILjava/lang/String;)V
      named <init> Lnet/minecraft/recipe/book/RecipeCategory;<init>(Ljava/lang/String;ILjava/lang/String;)V
  • Method Details

    • values

      public static RecipeCategory[] 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

      public static RecipeCategory valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • getName

      public String getName()
      Mappings:
      Namespace Name Mixin selector
      official a Llo;a()Ljava/lang/String;
      intermediary method_46203 Lnet/minecraft/class_7800;method_46203()Ljava/lang/String;
      named getName Lnet/minecraft/recipe/book/RecipeCategory;getName()Ljava/lang/String;