Uses of Interface
net.minecraft.recipe.InputSlotFiller.Handler
-
Uses of InputSlotFiller.Handler in net.minecraft.recipe
Modifier and TypeFieldDescriptionprivate final InputSlotFiller.Handler
<R> InputSlotFiller.handler
Modifier and TypeMethodDescriptionstatic <I extends RecipeInput,
R extends Recipe<I>>
AbstractRecipeScreenHandler.PostFillActionInputSlotFiller.fill
(InputSlotFiller.Handler<R> handler, int width, int height, List<Slot> inputSlots, List<Slot> slotsToReturn, PlayerInventory inventory, RecipeEntry<R> recipe, boolean craftAll, boolean creative) ModifierConstructorDescriptionprivate
InputSlotFiller
(InputSlotFiller.Handler<R> handler, PlayerInventory inventory, boolean craftAll, int width, int height, List<Slot> inputSlots, List<Slot> slotsToReturn)