Class HTHandledRecipe

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final INPUT getInput()
      final RECIPE getRecipe()
      final ItemStack assemble(HolderLookup.Provider registries) レシピの完成品を取得します。
      final <T extends Any> T map(Function2<RECIPE, INPUT, T> transform) 保持しているinputとrecipeを変換します。
      final <T extends Any, C extends Any> T map(C context, Function3<RECIPE, INPUT, C, T> transform)
      final static <INPUT extends RecipeInput, RECIPE extends HTRecipe<INPUT>> HTHandledRecipe<INPUT, RECIPE> create(INPUT input, RECIPE recipe)
      • Methods inherited from class java.lang.Object

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