public interface IRecipeLayout
IRecipeCategory.setRecipe(IRecipeLayout, IRecipeWrapper)
.IRecipeLayoutDrawable
Modifier and Type | Method and Description |
---|---|
IGuiFluidStackGroup |
getFluidStacks()
Contains all the fluidStacks displayed on this recipe layout.
|
IFocus<?> |
getFocus()
The current search focus.
|
<T> IGuiIngredientGroup<T> |
getIngredientsGroup(java.lang.Class<T> ingredientClass)
Get all the ingredients of one class that are displayed on this recipe layout.
|
IGuiItemStackGroup |
getItemStacks()
Contains all the itemStacks displayed on this recipe layout.
|
void |
setRecipeTransferButton(int posX,
int posY)
Moves the recipe transfer button's position relative to the recipe layout.
|
IGuiItemStackGroup getItemStacks()
IGuiFluidStackGroup getFluidStacks()
<T> IGuiIngredientGroup<T> getIngredientsGroup(java.lang.Class<T> ingredientClass)
This method is for handling custom item types, registered with IModIngredientRegistration
.
getItemStacks()
,
getFluidStacks()
IFocus<?> getFocus()
void setRecipeTransferButton(int posX, int posY)