Uses of Enum Class
net.minecraft.screen.AbstractRecipeScreenHandler.PostFillAction
Packages that use AbstractRecipeScreenHandler.PostFillAction
- 
Uses of AbstractRecipeScreenHandler.PostFillAction in net.minecraft.recipeMethods in net.minecraft.recipe that return AbstractRecipeScreenHandler.PostFillActionModifier 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.screenMethods in net.minecraft.screen that return AbstractRecipeScreenHandler.PostFillActionModifier 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.