| Interface | Description |
|---|---|
| IGuiHelper |
Helps with the implementation of GUIs.
|
| IItemBlacklist | |
| IItemRegistry |
The IItemRegistry is provided by JEI and has some useful functions related to items.
|
| IJeiHelpers |
IJeiHelpers provides helpers and tools for addon mods.
|
| 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 |
|---|---|
| JEIManager | Deprecated
Get these by implementing an IModPlugin
|
| Annotation Type | Description |
|---|---|
| JEIPlugin |
This annotation lets JEI detect mod plugins.
|