@ParametersAreNonnullByDefault
Interface | Description |
---|---|
IAdvancedRegistration |
The IAdvancedRegistration instance is passed to your mod plugin in
IModPlugin.registerAdvanced(IAdvancedRegistration) . |
IGuiHandlerRegistration | |
IModIngredientRegistration |
Allows registration of new types of ingredients, beyond the basic ItemStack and FluidStack.
|
IRecipeCatalystRegistration | |
IRecipeCategoryRegistration |
This is given to your
IModPlugin.registerCategories(IRecipeCategoryRegistration) . |
IRecipeRegistration | |
IRecipeTransferRegistration |
Register recipe transfer handlers here to give JEI the information it needs to transfer recipes into the crafting area.
|
ISubtypeRegistration |
Tell JEI how to interpret NBT tags and capabilities when comparing and looking up items and fluids.
|
IVanillaCategoryExtensionRegistration |