Enum Class RecipeBookType

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

public enum RecipeBookType extends Enum<RecipeBookType>
Mappings:
Namespace Name
named net/minecraft/recipe/book/RecipeBookType
intermediary net/minecraft/class_5421
official ctt
  • Enum Constant Details Link icon

    • CRAFTING Link icon

      public static final RecipeBookType CRAFTING
      Mappings:
      Namespace Name Mixin selector
      named CRAFTING Lnet/minecraft/recipe/book/RecipeBookType;CRAFTING:Lnet/minecraft/recipe/book/RecipeBookType;
      intermediary field_25763 Lnet/minecraft/class_5421;field_25763:Lnet/minecraft/class_5421;
      official a Lctt;a:Lctt;
    • FURNACE Link icon

      public static final RecipeBookType FURNACE
      Mappings:
      Namespace Name Mixin selector
      named FURNACE Lnet/minecraft/recipe/book/RecipeBookType;FURNACE:Lnet/minecraft/recipe/book/RecipeBookType;
      intermediary field_25764 Lnet/minecraft/class_5421;field_25764:Lnet/minecraft/class_5421;
      official b Lctt;b:Lctt;
    • BLAST_FURNACE Link icon

      public static final RecipeBookType BLAST_FURNACE
      Mappings:
      Namespace Name Mixin selector
      named BLAST_FURNACE Lnet/minecraft/recipe/book/RecipeBookType;BLAST_FURNACE:Lnet/minecraft/recipe/book/RecipeBookType;
      intermediary field_25765 Lnet/minecraft/class_5421;field_25765:Lnet/minecraft/class_5421;
      official c Lctt;c:Lctt;
    • SMOKER Link icon

      public static final RecipeBookType SMOKER
      Mappings:
      Namespace Name Mixin selector
      named SMOKER Lnet/minecraft/recipe/book/RecipeBookType;SMOKER:Lnet/minecraft/recipe/book/RecipeBookType;
      intermediary field_25766 Lnet/minecraft/class_5421;field_25766:Lnet/minecraft/class_5421;
      official d Lctt;d:Lctt;
  • Constructor Details Link icon

    • RecipeBookType Link icon

      private RecipeBookType()
  • Method Details Link icon

    • values Link icon

      public static RecipeBookType[] 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 Link icon

      public static RecipeBookType 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