public interface ICraftingHandler extends IRecipeHandler
| Modifier and Type | Method and Description |
|---|---|
ICraftingHandler |
getRecipeHandler(java.lang.String outputId,
java.lang.Object... results) |
drawBackground, drawForeground, getIngredientStacks, getOtherStacks, getOverlayHandler, getOverlayRenderer, getRecipeName, getResultStack, handleItemTooltip, handleTooltip, hasOverlay, keyTyped, mouseClicked, numRecipes, onUpdate, recipiesPerPageICraftingHandler getRecipeHandler(java.lang.String outputId, java.lang.Object... results)
outputId - A String identifier representing the type of output produced. Eg. {"item", "fuel"}results - Objects representing the results that matching recipes must produce.ICraftingHandler configured with a list of recipes that produce matching output.