Enum Class RecipeResultCollection.class_9937

java.lang.Object
java.lang.Enum<RecipeResultCollection.class_9937>
net.minecraft.client.gui.screen.recipebook.RecipeResultCollection.class_9937
All Implemented Interfaces:
Serializable, Comparable<RecipeResultCollection.class_9937>, Constable
Enclosing class:
RecipeResultCollection

@Environment(CLIENT) public static enum RecipeResultCollection.class_9937 extends Enum<RecipeResultCollection.class_9937>
Mappings:
Namespace Name
named net/minecraft/client/gui/screen/recipebook/RecipeResultCollection$class_9937
intermediary net/minecraft/class_516$class_9937
official ftt$a
  • Enum Constant Details

    • ANY

      public static final RecipeResultCollection.class_9937 ANY
      Mappings:
      Namespace Name Mixin selector
      named ANY Lnet/minecraft/client/gui/screen/recipebook/RecipeResultCollection$class_9937;ANY:Lnet/minecraft/client/gui/screen/recipebook/RecipeResultCollection$class_9937;
      intermediary field_52847 Lnet/minecraft/class_516$class_9937;field_52847:Lnet/minecraft/class_516$class_9937;
      official a Lftt$a;a:Lftt$a;
    • CRAFTABLE

      public static final RecipeResultCollection.class_9937 CRAFTABLE
      Mappings:
      Namespace Name Mixin selector
      named CRAFTABLE Lnet/minecraft/client/gui/screen/recipebook/RecipeResultCollection$class_9937;CRAFTABLE:Lnet/minecraft/client/gui/screen/recipebook/RecipeResultCollection$class_9937;
      intermediary field_52848 Lnet/minecraft/class_516$class_9937;field_52848:Lnet/minecraft/class_516$class_9937;
      official b Lftt$a;b:Lftt$a;
    • NOT_CRAFTABLE

      public static final RecipeResultCollection.class_9937 NOT_CRAFTABLE
      Mappings:
      Namespace Name Mixin selector
      named NOT_CRAFTABLE Lnet/minecraft/client/gui/screen/recipebook/RecipeResultCollection$class_9937;NOT_CRAFTABLE:Lnet/minecraft/client/gui/screen/recipebook/RecipeResultCollection$class_9937;
      intermediary field_52849 Lnet/minecraft/class_516$class_9937;field_52849:Lnet/minecraft/class_516$class_9937;
      official c Lftt$a;c:Lftt$a;
  • Constructor Details

    • class_9937

      private class_9937()
  • Method Details

    • values

      public static RecipeResultCollection.class_9937[] 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 RecipeResultCollection.class_9937 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