Uses of Interface
net.minecraft.recipe.InputSlotFiller.Handler
Packages that use InputSlotFiller.Handler
-
Uses of InputSlotFiller.Handler in net.minecraft.recipe
Fields in net.minecraft.recipe declared as InputSlotFiller.HandlerModifier and TypeFieldDescriptionprivate final InputSlotFiller.Handler<R> InputSlotFiller.handlerMethods in net.minecraft.recipe with parameters of type InputSlotFiller.HandlerModifier 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) Constructors in net.minecraft.recipe with parameters of type InputSlotFiller.HandlerModifierConstructorDescriptionprivateInputSlotFiller(InputSlotFiller.Handler<R> handler, PlayerInventory inventory, boolean craftAll, int width, int height, List<Slot> inputSlots, List<Slot> slotsToReturn)