public class JeiHelpers extends java.lang.Object implements IJeiHelpers
Constructor and Description |
---|
JeiHelpers(IIngredientRegistry ingredientRegistry,
StackHelper stackHelper) |
Modifier and Type | Method and Description |
---|---|
GuiHelper |
getGuiHelper()
Helps with the implementation of GUIs.
|
IngredientBlacklist |
getIngredientBlacklist() |
ItemBlacklist |
getItemBlacklist()
Deprecated.
|
StackHelper |
getStackHelper()
Helps with getting itemStacks from recipes.
|
RecipeTransferHandlerHelper |
recipeTransferHandlerHelper()
Helps with the implementation of Recipe Transfer Handlers
|
void |
reload()
Reload JEI at runtime.
|
public JeiHelpers(IIngredientRegistry ingredientRegistry, StackHelper stackHelper)
public GuiHelper getGuiHelper()
IJeiHelpers
getGuiHelper
in interface IJeiHelpers
public StackHelper getStackHelper()
IJeiHelpers
getStackHelper
in interface IJeiHelpers
@Deprecated public ItemBlacklist getItemBlacklist()
IJeiHelpers
getItemBlacklist
in interface IJeiHelpers
public IngredientBlacklist getIngredientBlacklist()
getIngredientBlacklist
in interface IJeiHelpers
public RecipeTransferHandlerHelper recipeTransferHandlerHelper()
IJeiHelpers
recipeTransferHandlerHelper
in interface IJeiHelpers
public void reload()
IJeiHelpers
reload
in interface IJeiHelpers