Enum Class CookingRecipeCategory

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

public enum CookingRecipeCategory extends Enum<CookingRecipeCategory> implements StringIdentifiable
Mappings:
Namespace Name
named net/minecraft/recipe/book/CookingRecipeCategory
intermediary net/minecraft/class_7709
official cyn
  • Enum Constant Details

    • FOOD

      public static final CookingRecipeCategory FOOD
      Mappings:
      Namespace Name Mixin selector
      named FOOD Lnet/minecraft/recipe/book/CookingRecipeCategory;FOOD:Lnet/minecraft/recipe/book/CookingRecipeCategory;
      intermediary field_40242 Lnet/minecraft/class_7709;field_40242:Lnet/minecraft/class_7709;
      official a Lcyn;a:Lcyn;
    • BLOCKS

      public static final CookingRecipeCategory BLOCKS
      Mappings:
      Namespace Name Mixin selector
      named BLOCKS Lnet/minecraft/recipe/book/CookingRecipeCategory;BLOCKS:Lnet/minecraft/recipe/book/CookingRecipeCategory;
      intermediary field_40243 Lnet/minecraft/class_7709;field_40243:Lnet/minecraft/class_7709;
      official b Lcyn;b:Lcyn;
    • MISC

      public static final CookingRecipeCategory MISC
      Mappings:
      Namespace Name Mixin selector
      named MISC Lnet/minecraft/recipe/book/CookingRecipeCategory;MISC:Lnet/minecraft/recipe/book/CookingRecipeCategory;
      intermediary field_40244 Lnet/minecraft/class_7709;field_40244:Lnet/minecraft/class_7709;
      official c Lcyn;c:Lcyn;
  • Field Details

    • CODEC

      Mappings:
      Namespace Name Mixin selector
      named CODEC Lnet/minecraft/recipe/book/CookingRecipeCategory;CODEC:Lnet/minecraft/util/StringIdentifiable$EnumCodec;
      intermediary field_40245 Lnet/minecraft/class_7709;field_40245:Lnet/minecraft/class_3542$class_7292;
      official d Lcyn;d:Lazk$a;
    • id

      private final String id
      Mappings:
      Namespace Name Mixin selector
      named id Lnet/minecraft/recipe/book/CookingRecipeCategory;id:Ljava/lang/String;
      intermediary field_40246 Lnet/minecraft/class_7709;field_40246:Ljava/lang/String;
      official e Lcyn;e:Ljava/lang/String;
  • Constructor Details

    • CookingRecipeCategory

      private CookingRecipeCategory(String id)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/recipe/book/CookingRecipeCategory;<init>(Ljava/lang/String;ILjava/lang/String;)V
      intermediary <init> Lnet/minecraft/class_7709;<init>(Ljava/lang/String;ILjava/lang/String;)V
      official <init> Lcyn;<init>(Ljava/lang/String;ILjava/lang/String;)V
  • Method Details

    • values

      public static CookingRecipeCategory[] 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 CookingRecipeCategory 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
    • asString

      public String asString()
      Returns the unique string representation of the enum, used for serialization.
      Specified by:
      asString in interface StringIdentifiable
      Returns:
      the unique string representation of the enum, used for serialization
      Mappings:
      Namespace Name Mixin selector
      named asString Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
      intermediary method_15434 Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;
      official c Lazk;c()Ljava/lang/String;