Interface HTItemOrFluidRecipeCategoryExtension

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract <T extends IIngredientAcceptor<T>> Unit setInputFluid(RECIPE recipe, T accessor)
      abstract <T extends IIngredientAcceptor<T>> Unit setInputItem(RECIPE recipe, T accessor)
      <T extends IIngredientAcceptor<T>> Unit setOutputItem(RECIPE recipe, T accessor)
      <T extends IIngredientAcceptor<T>> Unit setOutputFluid(RECIPE recipe, T accessor)
      Unit onDisplayedIngredientsUpdate(RECIPE recipe, IRecipeSlotDrawable inputFluid, IRecipeSlotDrawable inputItem, IRecipeSlotDrawable outputItem, IRecipeSlotDrawable outputFluid, IFocusGroup focuses)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait