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 booleanslotMatchesRecipeFields 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 voidfillInputSlot(int limit, IntList inputs)protected voidfillInputSlots(Recipe<C> recipe, boolean craftAll)protected voidreturnInputs()Methods inherited from class net.minecraft.recipe.InputSlotFiller
acceptAlignedInput, fillInputSlot, fillInputSlots, getAmountToFill, returnSlotMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.recipe.RecipeGridAligner
alignRecipeToGrid
-
Field Details
-
slotMatchesRecipe
private boolean slotMatchesRecipe
-
-
Constructor Details
-
FurnaceInputSlotFiller
-
-
Method Details
-
fillInputSlots
- Overrides:
fillInputSlotsin classInputSlotFiller<C extends Inventory>
-
returnInputs
protected void returnInputs()- Overrides:
returnInputsin classInputSlotFiller<C extends Inventory>
-
fillInputSlot
-