Uses of Interface
net.minecraft.world.entity.player.StackedContents.IngredientInfo
Packages that use StackedContents.IngredientInfo
-
Uses of StackedContents.IngredientInfo in net.minecraft.world.entity.player
Fields in net.minecraft.world.entity.player with type parameters of type StackedContents.IngredientInfoModifier and TypeFieldDescriptionprivate final List<? extends StackedContents.IngredientInfo<T>> StackedContents.RecipePicker.ingredientsMethod parameters in net.minecraft.world.entity.player with type arguments of type StackedContents.IngredientInfoModifier and TypeMethodDescriptionprivate static <T> booleanStackedContents.anyIngredientMatches(Iterable<? extends StackedContents.IngredientInfo<T>> ingredients, T item) private 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) intStackedContents.getResultUpperBound(List<? extends StackedContents.IngredientInfo<T>> ingredients) StackedContents.getUniqueAvailableIngredientItems(Iterable<? extends StackedContents.IngredientInfo<T>> ingredients) booleanStackedContents.tryPick(List<? extends StackedContents.IngredientInfo<T>> ingredients, int amount, @Nullable StackedContents.Output<T> output) intStackedContents.tryPickAll(List<? extends StackedContents.IngredientInfo<T>> ingredients, int maxSize, @Nullable StackedContents.Output<T> output) Constructor parameters in net.minecraft.world.entity.player with type arguments of type StackedContents.IngredientInfoModifierConstructorDescriptionRecipePicker(List<? extends StackedContents.IngredientInfo<T>> ingredients) -
Uses of StackedContents.IngredientInfo in net.minecraft.world.item.crafting
Classes in net.minecraft.world.item.crafting that implement StackedContents.IngredientInfo