| Interface | Description |
|---|---|
| IGuiHelper |
Helps with the implementation of GUIs.
|
| IItemBlacklist | |
| IItemListOverlay |
The IItemListOverlay is JEI's gui that displays all the items next to an open container gui.
|
| IItemRegistry |
The IItemRegistry is provided by JEI and has some useful functions related to items.
|
| IJeiHelpers |
IJeiHelpers provides helpers and tools for addon mods.
|
| IJeiRuntime |
Gives access to JEI functions that are available once everything has loaded
|
| IModPlugin |
The main class for a plugin.
|
| IModRegistry |
Passed to IModPlugins so they can register themselves.
|
| INbtIgnoreList | |
| IRecipeRegistry |
The IRecipeManager offers several functions for retrieving and handling recipes.
|
| Class | Description |
|---|---|
| BlankModPlugin |
| Annotation Type | Description |
|---|---|
| JEIPlugin |
This annotation lets JEI detect mod plugins.
|