@ParametersAreNonnullByDefault @MethodsReturnNonnullByDefault
Interface | Description |
---|---|
IGuiHelper |
Helps with the implementation of GUIs.
|
IItemBlacklist | Deprecated
Since JEI 4.2.1.
|
IItemListOverlay |
The IItemListOverlay is JEI's gui that displays all the items next to an open container gui.
|
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 to implement to create a JEI plugin.
|
IModRegistry |
Entry point for the JEI API, functions for registering recipes are available from here.
|
IRecipeRegistry |
The IRecipeManager offers several functions for retrieving and handling recipes.
|
IRecipesGui |
JEI's gui for displaying recipes.
|
ISubtypeRegistry |
Tell JEI how to interpret NBT tags and capabilities when comparing and looking up items.
|
ISubtypeRegistry.ISubtypeInterpreter |
Class | Description |
---|---|
BlankModPlugin |
An
IModPlugin that does nothing, inherit from this to avoid implementing methods you don't need. |
Annotation Type | Description |
---|---|
JEIPlugin |
This annotation lets JEI detect mod plugins.
|