Uses of Enum Class
net.minecraft.screen.AbstractRecipeScreenHandler.PostFillAction
-
Uses of AbstractRecipeScreenHandler.PostFillAction in net.minecraft.recipe
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) InputSlotFiller.tryFill
(RecipeEntry<R> recipe, RecipeFinder finder) -
Uses of AbstractRecipeScreenHandler.PostFillAction in net.minecraft.screen
Modifier and TypeMethodDescriptionAbstractCraftingScreenHandler.fillInputSlots
(boolean craftAll, boolean creative, RecipeEntry<?> recipe, ServerWorld world, PlayerInventory inventory) AbstractFurnaceScreenHandler.fillInputSlots
(boolean craftAll, boolean creative, RecipeEntry<?> recipe, ServerWorld world, PlayerInventory inventory) AbstractRecipeScreenHandler.fillInputSlots
(boolean craftAll, boolean creative, RecipeEntry<?> recipe, ServerWorld world, PlayerInventory inventory) Returns the enum constant of this class with the specified name.AbstractRecipeScreenHandler.PostFillAction.values()
Returns an array containing the constants of this enum class, in the order they are declared.