Uses of Interface
net.minecraft.recipe.RecipeMatcher.ItemCallback
Packages that use RecipeMatcher.ItemCallback
-
Uses of RecipeMatcher.ItemCallback in net.minecraft.recipe
Methods in net.minecraft.recipe with parameters of type RecipeMatcher.ItemCallbackModifier and TypeMethodDescriptionintRecipeFinder.countCrafts(Recipe<?> recipe, int max, RecipeMatcher.ItemCallback<RegistryEntry<Item>> itemCallback) intRecipeFinder.countCrafts(Recipe<?> recipe, RecipeMatcher.ItemCallback<RegistryEntry<Item>> itemCallback) intRecipeMatcher.countCrafts(List<? extends RecipeMatcher.RawIngredient<T>> ingredients, int max, @Nullable RecipeMatcher.ItemCallback<T> itemCallback) intRecipeMatcher.Matcher.countCrafts(int max, @Nullable RecipeMatcher.ItemCallback<T> itemCallback) private booleanRecipeFinder.isCraftable(List<? extends RecipeMatcher.RawIngredient<RegistryEntry<Item>>> rawIngredients, int quantity, RecipeMatcher.ItemCallback<RegistryEntry<Item>> itemCallback) booleanRecipeFinder.isCraftable(List<? extends RecipeMatcher.RawIngredient<RegistryEntry<Item>>> rawIngredients, RecipeMatcher.ItemCallback<RegistryEntry<Item>> itemCallback) booleanRecipeFinder.isCraftable(Recipe<?> recipe, int quantity, RecipeMatcher.ItemCallback<RegistryEntry<Item>> itemCallback) booleanRecipeFinder.isCraftable(Recipe<?> recipe, RecipeMatcher.ItemCallback<RegistryEntry<Item>> itemCallback) booleanRecipeMatcher.match(List<? extends RecipeMatcher.RawIngredient<T>> ingredients, int quantity, @Nullable RecipeMatcher.ItemCallback<T> itemCallback) booleanRecipeMatcher.Matcher.match(int quantity, @Nullable RecipeMatcher.ItemCallback<T> itemCallback)