Package hiiragi283.core.api.recipe.base
Interface HTDoubleItemRecipe
-
- All Implemented Interfaces:
-
hiiragi283.core.api.recipe.HTRecipe,hiiragi283.core.api.recipe.base.HTProcessingRecipe,java.util.function.Predicate
public interface HTDoubleItemRecipe implements HTProcessingRecipe<HTDoubleRecipeInput>
二つのアイテムを一つのアイテムに変換するレシピを表すインターフェースです。
- Since:
0.15.0
Hiiragi Tsubasa
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceHTDoubleItemRecipe.Serializableシリアライズ可能なHTDoubleItemRecipeの拡張インターフェースです。
-
Method Summary
Modifier and Type Method Description abstract IntegergetBaseAmount(HTDoubleRecipeInput input)abstract IntegergetAdditionAmount(HTDoubleRecipeInput input)abstract IntegergetTime()-
-
Method Detail
-
getBaseAmount
abstract Integer getBaseAmount(HTDoubleRecipeInput input)
-
getAdditionAmount
abstract Integer getAdditionAmount(HTDoubleRecipeInput input)
-
-
-
-