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>> pIngredients, T pItem) private booleanStackedItemContents.canCraft(List<? extends StackedContents.IngredientInfo<Holder<Item>>> pIngredients, int pMaxCount, @Nullable StackedContents.Output<Holder<Item>> pOutput) booleanStackedItemContents.canCraft(List<? extends StackedContents.IngredientInfo<Holder<Item>>> pIngredients, @Nullable StackedContents.Output<Holder<Item>> pOutput) intStackedContents.getResultUpperBound(List<? extends StackedContents.IngredientInfo<T>> pIngredients) StackedContents.getUniqueAvailableIngredientItems(Iterable<? extends StackedContents.IngredientInfo<T>> pIngredients) booleanStackedContents.tryPick(List<? extends StackedContents.IngredientInfo<T>> pIngredients, int pAmount, @Nullable StackedContents.Output<T> pOutput) intStackedContents.tryPickAll(List<? extends StackedContents.IngredientInfo<T>> pIngredients, int pAmount, @Nullable 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