| Interface | Description |
|---|---|
| IAdvancedGuiHandler<T extends net.minecraft.client.gui.inventory.GuiContainer> |
Allows mods to change how JEI is displayed next to their gui.
|
| ICraftingGridHelper |
Helps set crafting-grid-style GuiItemStackGroup.
|
| IDrawable | |
| IDrawableAnimated | |
| IDrawableStatic | |
| IGuiFluidStackGroup |
IGuiFluidStackGroup displays FluidStacks in a gui.
|
| IGuiIngredientGroup<T> |
IGuiIngredientGroup displays recipe ingredients in a gui.
|
| IGuiItemStackGroup |
IGuiItemStackGroup displays ItemStacks in a gui.
|
| IRecipeLayout | |
| ITickTimer |
A timer to help render things that normally depend on ticks.
|
| ITooltipCallback<T> |
| Enum | Description |
|---|---|
| IDrawableAnimated.StartDirection |