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.ingredients
Method parameters in net.minecraft.world.entity.player with type arguments of type StackedContents.IngredientInfoModifier and TypeMethodDescriptionprivate static <T> boolean
StackedContents.anyIngredientMatches
(Iterable<? extends StackedContents.IngredientInfo<T>> p_389661_, T p_389709_) private boolean
StackedItemContents.canCraft
(List<? extends StackedContents.IngredientInfo<Holder<Item>>> p_379516_, int p_380017_, StackedContents.Output<Holder<Item>> p_380092_) boolean
StackedItemContents.canCraft
(List<? extends StackedContents.IngredientInfo<Holder<Item>>> p_379390_, StackedContents.Output<Holder<Item>> p_379587_) int
StackedContents.getResultUpperBound
(List<? extends StackedContents.IngredientInfo<T>> p_389547_) StackedContents.getUniqueAvailableIngredientItems
(Iterable<? extends StackedContents.IngredientInfo<T>> p_389607_) boolean
StackedContents.tryPick
(List<? extends StackedContents.IngredientInfo<T>> p_363544_, int p_364228_, StackedContents.Output<T> p_362098_) int
StackedContents.tryPickAll
(List<? extends StackedContents.IngredientInfo<T>> p_363263_, int p_362732_, StackedContents.Output<T> p_361155_) Constructor parameters in net.minecraft.world.entity.player with type arguments of type StackedContents.IngredientInfoModifierConstructorDescriptionRecipePicker
(List<? extends StackedContents.IngredientInfo<T>> p_363428_) -
Uses of StackedContents.IngredientInfo in net.minecraft.world.item.crafting
Classes in net.minecraft.world.item.crafting that implement StackedContents.IngredientInfo