public interface IRecipesGui
IJeiRuntime.getRecipesGui().| Modifier and Type | Method and Description |
|---|---|
<V> void |
show(IFocus<V> focus)
Show recipes for an
IFocus. |
void |
showCategories(java.util.List<java.lang.String> recipeCategoryUids)
Show entire categories of recipes.
|
<V> void show(IFocus<V> focus)
IFocus.
Opens the IRecipesGui if it is closed.IRecipeRegistry.createFocus(IFocus.Mode, Object)void showCategories(java.util.List<java.lang.String> recipeCategoryUids)
recipeCategoryUids - a list of categories to display, in order. Must not be empty.