@ParametersAreNonnullByDefault @MethodsReturnNonnullByDefault
| Interface | Description |
|---|---|
| IFocus<V> |
The current search focus.
|
| IRecipeCategory<T extends IRecipeWrapper> |
Defines a category of recipe, (i.e.
|
| IRecipeHandler<T> |
An IRecipeHandler provides information about one Recipe Class.
|
| IRecipeRegistryPlugin |
Recipe Registry Plugins are used by the
IRecipeRegistry to look up recipes. |
| IRecipeWrapper |
A wrapper around a normal recipe with methods that allow JEI can make sense of it.
|
| IStackHelper |
Helps get ItemStacks from common formats used in recipes.
|
| Class | Description |
|---|---|
| BlankRecipeCategory<T extends IRecipeWrapper> |
An
IRecipeCategory that does nothing, inherit from this to avoid implementing methods you don't need. |
| BlankRecipeWrapper |
An
IRecipeWrapper that does nothing, inherit from this to avoid implementing methods you don't need. |
| VanillaRecipeCategoryUid |
List of built-in recipe category UIDs, so that plugins with their own recipe handlers can use them.
|
| Enum | Description |
|---|---|
| IFocus.Mode |