public interface IJeiHelpers
| Modifier and Type | Method and Description |
|---|---|
IGuiHelper |
getGuiHelper()
Helps with the implementation of GUIs.
|
IItemBlacklist |
getItemBlacklist()
Used to stop JEI from displaying a specific item in the item list.
|
INbtIgnoreList |
getNbtIgnoreList()
Used to tell JEI to ignore NBT tags when comparing items for recipes.
|
IRecipeTransferHandlerHelper |
recipeTransferHandlerHelper()
Helps with the implementation of Recipe Transfer Handlers
|
IGuiHelper getGuiHelper()
IItemBlacklist getItemBlacklist()
INbtIgnoreList getNbtIgnoreList()
IRecipeTransferHandlerHelper recipeTransferHandlerHelper()