Class HTItemOrFluidCompletedRecipe
-
- All Implemented Interfaces:
public final class HTItemOrFluidCompletedRecipe extends HTCompletedRecipe.WithProgress<HTItemOrFluidRecipe>
-
-
Field Summary
Fields Modifier and Type Field Description private final HTItemAndFluidResultoutputprivate final HTItemOrFluidReciperecipe
-
Constructor Summary
Constructors Constructor Description HTItemOrFluidCompletedRecipe(HTItemOrFluidRecipe recipe, HTInputHandler<ItemStack> itemInputHandler, HTInputHandler<FluidStack> fluidInputHandler, HTOutputHandler<ItemStack> itemOutputHandler, HTOutputHandler<FluidStack> fluidOutputHandler)
-
Method Summary
Modifier and Type Method Description final HTItemAndFluidResultgetOutput()final HTItemOrFluidRecipegetRecipe()HTProgressDatagetProgress()BooleancanComplete()Unitcomplete()-
-
Constructor Detail
-
HTItemOrFluidCompletedRecipe
HTItemOrFluidCompletedRecipe(HTItemOrFluidRecipe recipe, HTInputHandler<ItemStack> itemInputHandler, HTInputHandler<FluidStack> fluidInputHandler, HTOutputHandler<ItemStack> itemOutputHandler, HTOutputHandler<FluidStack> fluidOutputHandler)
-
-
Method Detail
-
getOutput
final HTItemAndFluidResult getOutput()
-
getRecipe
final HTItemOrFluidRecipe getRecipe()
-
getProgress
HTProgressData getProgress()
-
canComplete
Boolean canComplete()
-
-
-
-