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
official cge
intermediary net/minecraft/class_7709
named net/minecraft/recipe/book/CookingRecipeCategory
  • Enum Constant Details

    • FOOD

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

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

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

    • CODEC

      public static final StringIdentifiable.Codec<CookingRecipeCategory> CODEC
      Mappings:
      Namespace Name Mixin selector
      official d Lcge;d:Laor$a;
      intermediary field_40245 Lnet/minecraft/class_7709;field_40245:Lnet/minecraft/class_3542$class_7292;
      named CODEC Lnet/minecraft/recipe/book/CookingRecipeCategory;CODEC:Lnet/minecraft/util/StringIdentifiable$Codec;
    • id

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

    • CookingRecipeCategory

      private CookingRecipeCategory(String id)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lcge;<init>(Ljava/lang/String;ILjava/lang/String;)V
      intermediary <init> Lnet/minecraft/class_7709;<init>(Ljava/lang/String;ILjava/lang/String;)V
      named <init> Lnet/minecraft/recipe/book/CookingRecipeCategory;<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
      official c Laor;c()Ljava/lang/String;
      intermediary method_15434 Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;
      named asString Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;