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.
|
IStackHelper |
getStackHelper()
Helps with getting itemStacks from recipes.
|
IRecipeTransferHandlerHelper |
recipeTransferHandlerHelper()
Helps with the implementation of Recipe Transfer Handlers
|
void |
reload()
Reload JEI at runtime.
|
@Nonnull IGuiHelper getGuiHelper()
@Nonnull IStackHelper getStackHelper()
@Nonnull IItemBlacklist getItemBlacklist()
@Nonnull INbtIgnoreList getNbtIgnoreList()
@Nonnull IRecipeTransferHandlerHelper recipeTransferHandlerHelper()
void reload()