public interface ICustomCraftingRecipeWrapper extends ICraftingRecipeWrapper
VanillaRecipeCategoryUid.CRAFTING
recipe category.Modifier and Type | Method and Description |
---|---|
void |
setRecipe(IRecipeLayout recipeLayout,
IIngredients ingredients)
This is called to override the vanilla crafting category's
IRecipeCategory.setRecipe(IRecipeLayout, IRecipeWrapper, IIngredients)
Note that when this is called, the IGuiItemStackGroup has already been init with the crafting grid layout for convenience. |
getInputs, getOutputs
drawAnimations, drawInfo, getFluidInputs, getFluidOutputs, getIngredients, getTooltipStrings, handleClick
void setRecipe(IRecipeLayout recipeLayout, IIngredients ingredients)
IRecipeCategory.setRecipe(IRecipeLayout, IRecipeWrapper, IIngredients)
Note that when this is called, the IGuiItemStackGroup
has already been init with the crafting grid layout for convenience.
Set the IRecipeLayout
properties from this IRecipeWrapper
and IIngredients
.recipeLayout
- the layout that needs its properties set.ingredients
- the ingredients, already set by the recipeWrapper