Enum Class RecipeBookCategory

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

public enum RecipeBookCategory extends Enum<RecipeBookCategory>
Mappings:
Namespace Name
official caq
intermediary net/minecraft/class_5421
named net/minecraft/recipe/book/RecipeBookCategory
  • Enum Constant Details

    • CRAFTING

      public static final RecipeBookCategory CRAFTING
      Mappings:
      Namespace Name Mixin selector
      official a Lcaq;a:Lcaq;
      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

      public static final RecipeBookCategory FURNACE
      Mappings:
      Namespace Name Mixin selector
      official b Lcaq;b:Lcaq;
      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

      public static final RecipeBookCategory BLAST_FURNACE
      Mappings:
      Namespace Name Mixin selector
      official c Lcaq;c:Lcaq;
      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

      public static final RecipeBookCategory SMOKER
      Mappings:
      Namespace Name Mixin selector
      official d Lcaq;d:Lcaq;
      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

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