| Class and Description |
|---|
| mezz.jei.gui.RecipesGuiInitEvent |
| Field and Description |
|---|
| mezz.jei.config.Config.CATEGORY_ADDONS |
| Method and Description |
|---|
| mezz.jei.api.recipe.IRecipeWrapper.drawInfo(Minecraft, int, int)
since JEI 2.19.0, use the mouse-aware version
|
| mezz.jei.api.INbtIgnoreList.getIgnoredNbtTags(Set<String>)
since JEI 2.16.0. use getNbt
|
| mezz.jei.api.INbtIgnoreList.isNbtTagIgnored(String)
since JEI 2.25.0, use getNbt
|
| mezz.jei.api.IModPlugin.onRecipeRegistryAvailable(IRecipeRegistry)
since JEI 2.23.0. Get the recipe registry from jeiRuntime, passed in onRuntimeAvailable
|
| mezz.jei.api.recipe.transfer.IRecipeTransferHandler.transferRecipe(Container, RecipeLayout, EntityPlayer, boolean)
since JEI 2.20.0, use the version with the maxTransfer parameter
|