Package hiiragi283.core.api.recipe
Interface HTRecipeCache
-
- All Implemented Interfaces:
public interface HTRecipeCache<INPUT extends RecipeInput, RECIPE extends Object>レシピを保持するキャッシュを表すインターフェースです。
- Since:
0.1.0
Hiiragi Tsubasa
-
-
Method Summary
Modifier and Type Method Description abstract RECIPEgetFirstRecipe(INPUT input, Level level)指定した入力とレベルから最初に一致するレシピを返します。 -
-
Method Detail
-
getFirstRecipe
abstract RECIPE getFirstRecipe(INPUT input, Level level)
- Returns:
一致するレシピがない場合は
null
-
-
-
-