Package appeng.api.integrations.rei
Class IngredientConverters
java.lang.Object
appeng.api.integrations.rei.IngredientConverters
Register your
IngredientConverter instances for JEI here.-
Method Summary
Modifier and TypeMethodDescriptionstatic List<IngredientConverter<?>> static booleanregister(IngredientConverter<?> converter) Registers a new ingredient converter for handling customkey typesin the AE2 JEI addon.
-
Method Details
-
register
Registers a new ingredient converter for handling customkey typesin the AE2 JEI addon.- Returns:
- false if a converter for the converters type has already been registered.
-
getConverters
- Returns:
- The currently registered converters.
-