Uses of Interface
net.minecraft.recipe.RecipeMatcher.class_10528
Packages that use RecipeMatcher.class_10528
-
Uses of RecipeMatcher.class_10528 in net.minecraft.recipe
Classes in net.minecraft.recipe that implement RecipeMatcher.class_10528Fields in net.minecraft.recipe with type parameters of type RecipeMatcher.class_10528Modifier and TypeFieldDescriptionprivate final List<? extends RecipeMatcher.class_10528<T>> RecipeMatcher.Matcher.ingredientsMethod parameters in net.minecraft.recipe with type arguments of type RecipeMatcher.class_10528Modifier and TypeMethodDescriptionintRecipeMatcher.countCrafts(List<? extends RecipeMatcher.class_10528<T>> ingredients, int max, @Nullable RecipeMatcher.ItemCallback<T> itemCallback) private booleanRecipeFinder.isCraftable(List<? extends RecipeMatcher.class_10528<RegistryEntry<Item>>> rawIngredients, int quantity, RecipeMatcher.ItemCallback<RegistryEntry<Item>> itemCallback) booleanRecipeFinder.isCraftable(List<? extends RecipeMatcher.class_10528<RegistryEntry<Item>>> rawIngredients, RecipeMatcher.ItemCallback<RegistryEntry<Item>> itemCallback) booleanRecipeMatcher.match(List<? extends RecipeMatcher.class_10528<T>> ingredients, int quantity, @Nullable RecipeMatcher.ItemCallback<T> itemCallback) RecipeMatcher.method_65794(Iterable<? extends RecipeMatcher.class_10528<T>> iterable) private static <T> booleanRecipeMatcher.method_65795(Iterable<? extends RecipeMatcher.class_10528<T>> iterable, T t) intRecipeMatcher.method_65796(List<? extends RecipeMatcher.class_10528<T>> list) Constructor parameters in net.minecraft.recipe with type arguments of type RecipeMatcher.class_10528