@ParametersAreNonnullByDefault
Interface | Description |
---|---|
IIngredientHelper<V> |
An ingredient helper allows JEI to get information about ingredients for searching and other purposes.
|
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.
|
IIngredientType<T> |
A type of ingredient (i.e.
|
ISlowRenderItem |
Put this interface on your
Item to skip JEI's render optimizations. |