Interface HTEnchantingRecipeCategoryExtension
-
- All Implemented Interfaces:
public interface HTEnchantingRecipeCategoryExtension<RECIPE extends HTEnchantingRecipe>
-
-
Method Summary
Modifier and Type Method Description <T extends IIngredientAcceptor<T>> UnitsetExpInput(RECIPE recipe, T accessor)abstract <T extends IIngredientAcceptor<T>> UnitsetBookInput(RECIPE recipe, T accessor)abstract <T extends IIngredientAcceptor<T>> UnitsetItemInput(RECIPE recipe, T accessor)<T extends IIngredientAcceptor<T>> UnitsetOutput(RECIPE recipe, T accessor)UnitonDisplayedIngredientsUpdate(RECIPE recipe, IRecipeSlotDrawable expInputSlot, IRecipeSlotDrawable bookInputSlot, IRecipeSlotDrawable itemInputSlot, IRecipeSlotDrawable outputSlot, IFocusGroup focuses)-
-
Method Detail
-
setExpInput
<T extends IIngredientAcceptor<T>> Unit setExpInput(RECIPE recipe, T accessor)
-
setBookInput
abstract <T extends IIngredientAcceptor<T>> Unit setBookInput(RECIPE recipe, T accessor)
-
setItemInput
abstract <T extends IIngredientAcceptor<T>> Unit setItemInput(RECIPE recipe, T accessor)
-
onDisplayedIngredientsUpdate
Unit onDisplayedIngredientsUpdate(RECIPE recipe, IRecipeSlotDrawable expInputSlot, IRecipeSlotDrawable bookInputSlot, IRecipeSlotDrawable itemInputSlot, IRecipeSlotDrawable outputSlot, IFocusGroup focuses)
-
-
-
-