Uses of Interface
net.minecraft.world.entity.player.StackedContents.Output
Packages that use StackedContents.Output
-
Uses of StackedContents.Output in net.minecraft.world.entity.player
Methods in net.minecraft.world.entity.player with parameters of type StackedContents.OutputModifier and TypeMethodDescriptionprivate booleanStackedItemContents.canCraft(List<? extends StackedContents.IngredientInfo<Holder<Item>>> contents, int amount, @Nullable StackedContents.Output<Holder<Item>> output) booleanStackedItemContents.canCraft(List<? extends StackedContents.IngredientInfo<Holder<Item>>> contents, @Nullable StackedContents.Output<Holder<Item>> output) booleanStackedItemContents.canCraft(Recipe<?> recipe, int amount, @Nullable StackedContents.Output<Holder<Item>> output) booleanStackedItemContents.canCraft(Recipe<?> recipe, @Nullable StackedContents.Output<Holder<Item>> output) intStackedItemContents.getBiggestCraftableStack(Recipe<?> recipe, int maxSize, @Nullable StackedContents.Output<Holder<Item>> output) intStackedItemContents.getBiggestCraftableStack(Recipe<?> recipe, @Nullable StackedContents.Output<Holder<Item>> output) booleanStackedContents.RecipePicker.tryPick(int capacity, @Nullable StackedContents.Output<T> output) booleanStackedContents.tryPick(List<? extends StackedContents.IngredientInfo<T>> ingredients, int amount, @Nullable StackedContents.Output<T> output) intStackedContents.RecipePicker.tryPickAll(int maxSize, @Nullable StackedContents.Output<T> output) intStackedContents.tryPickAll(List<? extends StackedContents.IngredientInfo<T>> ingredients, int maxSize, @Nullable StackedContents.Output<T> output)