Uses of Interface
net.minecraft.recipe.RecipeMatcher.RawIngredient
Packages that use RecipeMatcher.RawIngredient
-
Uses of RecipeMatcher.RawIngredient in net.minecraft.recipe
Classes in net.minecraft.recipe that implement RecipeMatcher.RawIngredientFields in net.minecraft.recipe with type parameters of type RecipeMatcher.RawIngredientModifier and TypeFieldDescriptionprivate final List
<? extends RecipeMatcher.RawIngredient<T>> RecipeMatcher.Matcher.ingredients
Method parameters in net.minecraft.recipe with type arguments of type RecipeMatcher.RawIngredientModifier and TypeMethodDescriptionprivate static <T> boolean
RecipeMatcher.anyAccept
(Iterable<? extends RecipeMatcher.RawIngredient<T>> ingredients, T item) int
RecipeMatcher.countCrafts
(List<? extends RecipeMatcher.RawIngredient<T>> ingredients, int max, @Nullable RecipeMatcher.ItemCallback<T> itemCallback) RecipeMatcher.createItemRequirementList
(Iterable<? extends RecipeMatcher.RawIngredient<T>> ingredients) int
RecipeMatcher.getMaximumCrafts
(List<? extends RecipeMatcher.RawIngredient<T>> ingredients) private boolean
RecipeFinder.isCraftable
(List<? extends RecipeMatcher.RawIngredient<RegistryEntry<Item>>> rawIngredients, int quantity, RecipeMatcher.ItemCallback<RegistryEntry<Item>> itemCallback) boolean
RecipeFinder.isCraftable
(List<? extends RecipeMatcher.RawIngredient<RegistryEntry<Item>>> rawIngredients, RecipeMatcher.ItemCallback<RegistryEntry<Item>> itemCallback) boolean
RecipeMatcher.match
(List<? extends RecipeMatcher.RawIngredient<T>> ingredients, int quantity, @Nullable RecipeMatcher.ItemCallback<T> itemCallback) Constructor parameters in net.minecraft.recipe with type arguments of type RecipeMatcher.RawIngredientModifierConstructorDescriptionMatcher
(List<? extends RecipeMatcher.RawIngredient<T>> ingredients)