public class FurnaceInputSlotFiller<C extends Inventory> extends InputSlotFiller<C>
| Modifier and Type | Field and Description |
|---|---|
private boolean |
slotMatchesRecipe |
craftingScreenHandler, inventory, LOGGER, recipeFinder| Constructor and Description |
|---|
FurnaceInputSlotFiller(AbstractRecipeScreenHandler<C> abstractRecipeScreenHandler) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
fillInputSlot(int limit,
it.unimi.dsi.fastutil.ints.IntList inputs) |
protected void |
fillInputSlots(Recipe<C> recipe,
boolean craftAll) |
protected void |
returnInputs() |
acceptAlignedInput, fillInputSlot, fillInputSlots, getAmountToFill, returnSlotclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitalignRecipeToGridpublic FurnaceInputSlotFiller(AbstractRecipeScreenHandler<C> abstractRecipeScreenHandler)
protected void fillInputSlots(Recipe<C> recipe, boolean craftAll)
fillInputSlots in class InputSlotFiller<C extends Inventory>protected void returnInputs()
returnInputs in class InputSlotFiller<C extends Inventory>protected void fillInputSlot(int limit,
it.unimi.dsi.fastutil.ints.IntList inputs)