Class HTHandledRecipe
-
-
Method Summary
Modifier and Type Method Description final INPUTgetInput()final RECIPEgetRecipe()final ItemStackassemble(Boolean preview)レシピの完成品を取得します。 final <T extends Any> Tmap(Function2<RECIPE, INPUT, T> transform)保持しているinputとrecipeを変換します。 final <T extends Any, C extends Any> Tmap(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)
-