Class HTSingleToSingleCompletedRecipe.ItemToItem
-
- All Implemented Interfaces:
public final class HTSingleToSingleCompletedRecipe.ItemToItem extends HTSingleToSingleCompletedRecipe<ItemStack, ItemStack, HTItemToItemRecipe>
-
-
Field Summary
Fields Modifier and Type Field Description private final HTItemToItemReciperecipe
-
Constructor Summary
Constructors Constructor Description HTSingleToSingleCompletedRecipe.ItemToItem(HTItemToItemRecipe recipe, HTInputHandler<ItemStack> inputHandler, HTOutputHandler<ItemStack> outputHandler)
-
Method Summary
Modifier and Type Method Description final HTItemToItemRecipegetRecipe()HTProgressDatagetProgress()-
-
Constructor Detail
-
HTSingleToSingleCompletedRecipe.ItemToItem
HTSingleToSingleCompletedRecipe.ItemToItem(HTItemToItemRecipe recipe, HTInputHandler<ItemStack> inputHandler, HTOutputHandler<ItemStack> outputHandler)
-
-
Method Detail
-
getRecipe
final HTItemToItemRecipe getRecipe()
-
getProgress
HTProgressData getProgress()
-
-
-
-