@ParametersAreNonnullByDefault @MethodsReturnNonnullByDefault
| Interface | Description |
|---|---|
| IIngredientBlacklist |
The Ingredient Blacklist allows mods to hide ingredients from JEI's ingredient list.
|
| IIngredientHelper<V> |
An ingredient helper allows JEI to get information about ingredients for searching and other purposes.
|
| IIngredientRegistry |
The IIngredientRegistry is provided by JEI and has some useful functions related to recipe ingredients.
|
| IIngredientRenderer<T> |
Renders a type of ingredient in JEI's item list and recipes.
|
| IIngredients |
This holds a recipe's inputs and outputs in a standardized format.
|
| IModIngredientRegistration |
Allows registration of new types of ingredients, beyond the basic ItemStack and FluidStack.
|