@ParametersAreNonnullByDefault @MethodsReturnNonnullByDefault
Interface | Description |
---|---|
IAdvancedGuiHandler<T extends net.minecraft.client.gui.inventory.GuiContainer> |
Allows plugins to change how JEI is displayed next to their mod's guis.
|
ICraftingGridHelper |
Helps set crafting-grid-style
IGuiIngredientGroup . |
IDrawable |
Represents something to be drawn on screen.
|
IDrawableAnimated |
An animated
IDrawable , useful for showing a gui animation like furnace flames or progress arrows. |
IDrawableStatic |
An extension of
IDrawable that allows masking parts of the image. |
IGuiFluidStackGroup |
IGuiFluidStackGroup displays one or more
FluidStack in a gui. |
IGuiIngredient<T> |
Represents one drawn ingredient that is part of a recipe.
|
IGuiIngredientGroup<T> |
IGuiIngredientGroup displays recipe ingredients in a gui.
|
IGuiItemStackGroup |
IGuiItemStackGroup displays ItemStacks in a gui.
|
IRecipeLayout |
Represents the layout of one recipe on-screen.
|
IRecipeLayoutDrawable |
An extension of
IRecipeLayout for addons that want to draw the layouts themselves somewhere. |
ITickTimer |
A timer to help render things that normally depend on ticks.
|
ITooltipCallback<T> |
Used to add tooltips to ingredients drawn on a recipe.
|
Class | Description |
---|---|
BlankAdvancedGuiHandler<T extends net.minecraft.client.gui.inventory.GuiContainer> |
Enum | Description |
---|---|
IDrawableAnimated.StartDirection |
The direction that the animation starts from.
|