@ParametersAreNonnullByDefault
Interface | Description |
---|---|
IGhostIngredientHandler<T extends net.minecraft.client.gui.screen.Screen> |
Lets mods accept ghost ingredients from JEI.
|
IGhostIngredientHandler.Target<I> | |
IGlobalGuiHandler |
Allows plugins to change how JEI is displayed next to guis.
|
IGuiClickableArea | |
IGuiContainerHandler<T extends net.minecraft.client.gui.screen.inventory.ContainerScreen<?>> |
Allows plugins to change how JEI is displayed next to their mod's guis.
|
IGuiProperties |
Defines the properties of a gui so that JEI can draw next to it.
|
IScreenHandler<T extends net.minecraft.client.gui.screen.Screen> |
Creates
IGuiProperties from a Screen so JEI can draw next to it. |