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