public class CraftingGridHelper
extends java.lang.Object
implements mezz.jei.api.gui.ingredient.ICraftingGridHelper
| Constructor and Description |
|---|
CraftingGridHelper(int craftInputSlot1) |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
setInputs(mezz.jei.api.gui.ingredient.IGuiIngredientGroup<T> ingredientGroup,
java.util.List<java.util.List<T>> inputs)
Place inputs ingredients onto the crafting grid in a consistent way.
|
<T> void |
setInputs(mezz.jei.api.gui.ingredient.IGuiIngredientGroup<T> ingredientGroup,
java.util.List<java.util.List<T>> inputs,
int width,
int height)
Place inputs ingredients onto the crafting grid in a consistent way.
|
public <T> void setInputs(mezz.jei.api.gui.ingredient.IGuiIngredientGroup<T> ingredientGroup,
java.util.List<java.util.List<T>> inputs)
mezz.jei.api.gui.ingredient.ICraftingGridHelpersetInputs in interface mezz.jei.api.gui.ingredient.ICraftingGridHelperpublic <T> void setInputs(mezz.jei.api.gui.ingredient.IGuiIngredientGroup<T> ingredientGroup,
java.util.List<java.util.List<T>> inputs,
int width,
int height)
mezz.jei.api.gui.ingredient.ICraftingGridHelpersetInputs in interface mezz.jei.api.gui.ingredient.ICraftingGridHelper