public interface IRecipeLayout
| Modifier and Type | Method and Description |
|---|---|
IGuiFluidStackGroup |
getFluidStacks()
Contains all the fluidStacks 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.
|
@Nonnull IGuiItemStackGroup getItemStacks()
@Nonnull IGuiFluidStackGroup getFluidStacks()
void setRecipeTransferButton(int posX,
int posY)