Uses of Interface
net.minecraft.recipe.RecipeMatcher.class_9874
Packages that use RecipeMatcher.class_9874
-
Uses of RecipeMatcher.class_9874 in net.minecraft.recipe
Methods in net.minecraft.recipe with parameters of type RecipeMatcher.class_9874Modifier and TypeMethodDescriptionintRecipeMatcher.Matcher.countCrafts(int minimum, @Nullable RecipeMatcher.class_9874<T> class_9874) booleanRecipeFinder.isCraftable(Recipe<?> recipe, int quantity, RecipeMatcher.class_9874<RegistryEntry<Item>> class_9874) booleanRecipeFinder.isCraftable(Recipe<?> recipe, RecipeMatcher.class_9874<RegistryEntry<Item>> class_9874) booleanRecipeMatcher.Matcher.match(int multiplier, @Nullable RecipeMatcher.class_9874<T> class_9874) booleanRecipeMatcher.method_61502(List<RecipeMatcher.Ingredient<T>> ingredients, int int2, @Nullable RecipeMatcher.class_9874<T> class_9874) intRecipeMatcher.method_61504(List<RecipeMatcher.Ingredient<T>> ingredients, int int2, @Nullable RecipeMatcher.class_9874<T> class_9874) intRecipeFinder.method_61542(Recipe<?> recipe, int int2, RecipeMatcher.class_9874<RegistryEntry<Item>> class_9874) intRecipeFinder.method_61543(Recipe<?> recipe, RecipeMatcher.class_9874<RegistryEntry<Item>> class_9874)