Package net.minecraft.recipe
Class FurnaceInputSlotFiller<C extends Inventory>
java.lang.Object
net.minecraft.recipe.InputSlotFiller<C>
net.minecraft.recipe.FurnaceInputSlotFiller<C>
- All Implemented Interfaces:
RecipeGridAligner<Integer>
public class FurnaceInputSlotFiller<C extends Inventory> extends InputSlotFiller<C>
-
Field Summary
Fields Modifier and Type Field Description private boolean
slotMatchesRecipe
Fields inherited from class net.minecraft.recipe.InputSlotFiller
craftingScreenHandler, inventory, LOGGER, recipeFinder
-
Constructor Summary
Constructors Constructor Description FurnaceInputSlotFiller(AbstractRecipeScreenHandler<C> abstractRecipeScreenHandler)
-
Method Summary
Modifier and Type Method Description protected void
fillInputSlot(int limit, IntList inputs)
protected void
fillInputSlots(Recipe<C> recipe, boolean craftAll)
protected void
returnInputs()
Methods inherited from class net.minecraft.recipe.InputSlotFiller
acceptAlignedInput, fillInputSlot, fillInputSlots, getAmountToFill, returnSlot
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.recipe.RecipeGridAligner
alignRecipeToGrid
-
Field Details
-
slotMatchesRecipe
private boolean slotMatchesRecipe
-
-
Constructor Details
-
FurnaceInputSlotFiller
-
-
Method Details
-
fillInputSlots
- Overrides:
fillInputSlots
in classInputSlotFiller<C extends Inventory>
-
returnInputs
protected void returnInputs()- Overrides:
returnInputs
in classInputSlotFiller<C extends Inventory>
-
fillInputSlot
-