Enum Class EmiCraftContext.Type

java.lang.Object
java.lang.Enum<EmiCraftContext.Type>
emi.dev.emi.emi.api.recipe.handler.EmiCraftContext.Type
All Implemented Interfaces:
Serializable, Comparable<EmiCraftContext.Type>, Constable
Enclosing class:
EmiCraftContext<T extends Container>

public static enum EmiCraftContext.Type extends Enum<EmiCraftContext.Type>
  • Enum Constant Details

    • FILL_BUTTON

      public static final EmiCraftContext.Type FILL_BUTTON
      A fill from the recipe screen's fill button
    • CRAFTABLE

      public static final EmiCraftContext.Type CRAFTABLE
      A fill from a stack in a sidebar with recipe context
  • Method Details

    • values

      public static EmiCraftContext.Type[] 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 EmiCraftContext.Type 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