Class IngredientConverters

java.lang.Object
appeng.api.integrations.rei.IngredientConverters

public final class IngredientConverters extends Object
Register your IngredientConverter instances for JEI here.
  • Method Details

    • register

      public static boolean register(IngredientConverter<?> converter)
      Registers a new ingredient converter for handling custom key types in the AE2 JEI addon.
      Returns:
      false if a converter for the converters type has already been registered.
    • getConverters

      public static List<IngredientConverter<?>> getConverters()
      Returns:
      The currently registered converters.