| Interface and Description |
|---|
| mezz.jei.api.recipe.IRecipeTransferHelper
use IRecipeTransferInfo
|
| Class and Description |
|---|
| mezz.jei.api.JEIManager
Get these by implementing an IModPlugin
|
| Field and Description |
|---|
| mezz.jei.api.JEIManager.guiHelper
get this from IJeiHelpers by creating an IModPlugin
|
| mezz.jei.api.JEIManager.itemBlacklist
get this from IJeiHelpers by creating an IModPlugin
|
| mezz.jei.api.JEIManager.itemRegistry
get this by creating an IModPlugin
|
| mezz.jei.api.JEIManager.nbtIgnoreList
get this from IJeiHelpers by creating an IModPlugin
|
| mezz.jei.api.JEIManager.recipeRegistry
get this by creating an IModPlugin
|
| Method and Description |
|---|
| mezz.jei.api.IModRegistry.addBasicRecipeTransferHelper(Class<? extends Container>, String, int, int, int, int)
use getRecipeTransferRegistry().addRecipeTransferHandler
|
| mezz.jei.api.IModRegistry.addIgnoredRecipeClasses(Class...) |
| mezz.jei.api.IModRegistry.addRecipeTransferHelpers(IRecipeTransferHelper...)
use getRecipeTransferRegistry().addRecipeTransferHandler
|
| mezz.jei.api.IRecipeRegistry.getRecipeTransferHelper(Container, IRecipeCategory)
this is internal to JEI
|
| mezz.jei.api.gui.IGuiFluidStackGroup.init(int, boolean, int, int, int, int, int, IDrawable)
since JEI 1.13.3. Use the version that has showCapacity
|
| mezz.jei.api.IModPlugin.isModLoaded()
handle this in register, if the mod isn't loaded then don't register anything.
|