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>> pIngredients, T pItem) private boolean
StackedItemContents.canCraft
(List<? extends StackedContents.IngredientInfo<Holder<Item>>> pIngredients, int pMaxCount, StackedContents.Output<Holder<Item>> pOutput) boolean
StackedItemContents.canCraft
(List<? extends StackedContents.IngredientInfo<Holder<Item>>> pIngredients, StackedContents.Output<Holder<Item>> pOutput) int
StackedContents.getResultUpperBound
(List<? extends StackedContents.IngredientInfo<T>> pIngredients) StackedContents.getUniqueAvailableIngredientItems
(Iterable<? extends StackedContents.IngredientInfo<T>> pIngredients) boolean
StackedContents.tryPick
(List<? extends StackedContents.IngredientInfo<T>> pIngredients, int pAmount, StackedContents.Output<T> pOutput) int
StackedContents.tryPickAll
(List<? extends StackedContents.IngredientInfo<T>> pIngredients, int pAmount, StackedContents.Output<T> pOutput) Constructor parameters in net.minecraft.world.entity.player with type arguments of type StackedContents.IngredientInfoModifierConstructorDescriptionRecipePicker
(List<? extends StackedContents.IngredientInfo<T>> pIngredients) -
Uses of StackedContents.IngredientInfo in net.minecraft.world.item.crafting
Classes in net.minecraft.world.item.crafting that implement StackedContents.IngredientInfo