Enum Class AbstractRecipeScreenHandler.PostFillAction

java.lang.Object
java.lang.Enum<AbstractRecipeScreenHandler.PostFillAction>
net.minecraft.screen.AbstractRecipeScreenHandler.PostFillAction
All Implemented Interfaces:
Serializable, Comparable<AbstractRecipeScreenHandler.PostFillAction>, Constable
Enclosing class:
AbstractRecipeScreenHandler

public static enum AbstractRecipeScreenHandler.PostFillAction extends Enum<AbstractRecipeScreenHandler.PostFillAction>
Mappings:
Namespace Name
named net/minecraft/screen/AbstractRecipeScreenHandler$PostFillAction
intermediary net/minecraft/class_1729$class_9885
official cuq$a
  • Enum Constant Details

    • NOTHING

      public static final AbstractRecipeScreenHandler.PostFillAction NOTHING
      Mappings:
      Namespace Name Mixin selector
      named NOTHING Lnet/minecraft/screen/AbstractRecipeScreenHandler$PostFillAction;NOTHING:Lnet/minecraft/screen/AbstractRecipeScreenHandler$PostFillAction;
      intermediary field_52572 Lnet/minecraft/class_1729$class_9885;field_52572:Lnet/minecraft/class_1729$class_9885;
      official a Lcuq$a;a:Lcuq$a;
    • PLACE_GHOST_RECIPE

      public static final AbstractRecipeScreenHandler.PostFillAction PLACE_GHOST_RECIPE
      Mappings:
      Namespace Name Mixin selector
      named PLACE_GHOST_RECIPE Lnet/minecraft/screen/AbstractRecipeScreenHandler$PostFillAction;PLACE_GHOST_RECIPE:Lnet/minecraft/screen/AbstractRecipeScreenHandler$PostFillAction;
      intermediary field_52573 Lnet/minecraft/class_1729$class_9885;field_52573:Lnet/minecraft/class_1729$class_9885;
      official b Lcuq$a;b:Lcuq$a;
  • Constructor Details

    • PostFillAction

      private PostFillAction()
  • Method Details

    • 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 AbstractRecipeScreenHandler.PostFillAction 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