public interface IJeiHelpers
IModRegistry.getJeiHelpers()
.Modifier and Type | Method and Description |
---|---|
IGuiHelper |
getGuiHelper()
Helps with the implementation of GUIs.
|
IIngredientBlacklist |
getIngredientBlacklist() |
IItemBlacklist |
getItemBlacklist()
Deprecated.
since JEI 4.2.1. Use
getIngredientBlacklist() . |
IStackHelper |
getStackHelper()
Helps with getting itemStacks from recipes.
|
IRecipeTransferHandlerHelper |
recipeTransferHandlerHelper()
Helps with the implementation of Recipe Transfer Handlers
|
void |
reload()
Deprecated.
since JEI 4.2.2. This has been deactivated because it takes too long and causes server disconnects.
If you need to change recipes, use
IRecipeRegistry.addRecipe(Object) and IRecipeRegistry.removeRecipe(Object) |
IGuiHelper getGuiHelper()
IStackHelper getStackHelper()
@Deprecated IItemBlacklist getItemBlacklist()
getIngredientBlacklist()
.IIngredientBlacklist getIngredientBlacklist()
IRecipeTransferHandlerHelper recipeTransferHandlerHelper()
@Deprecated void reload()
IRecipeRegistry.addRecipe(Object)
and IRecipeRegistry.removeRecipe(Object)