Interface HTSingleItemRecipe

  • All Implemented Interfaces:
    hiiragi283.core.api.recipe.HTRecipe , hiiragi283.core.api.recipe.base.HTProcessingRecipe , java.util.function.Predicate

    
    public interface HTSingleItemRecipe
     implements HTProcessingRecipe<SingleRecipeInput>
                        

    一つのアイテムを一つのアイテムに変換するレシピを表すインターフェースです。

    Since:

    0.12.0

    Author:

    Hiiragi Tsubasa

    • 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 Integer getRequiredAmount(SingleRecipeInput input)
      abstract Integer getTime()
      • Methods inherited from class hiiragi283.core.api.recipe.HTRecipe

        assemble, test
      • Methods inherited from class java.util.function.Predicate

        and, negate, or
      • Methods inherited from class java.lang.Object

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