Uses of Interface
net.minecraft.recipe.RecipeMatcher.ItemCallback
-
Uses of RecipeMatcher.ItemCallback in net.minecraft.recipe
Modifier and TypeMethodDescriptionint
RecipeFinder.countCrafts
(Recipe<?> recipe, int max, RecipeMatcher.ItemCallback<RegistryEntry<Item>> itemCallback) int
RecipeFinder.countCrafts
(Recipe<?> recipe, RecipeMatcher.ItemCallback<RegistryEntry<Item>> itemCallback) int
RecipeMatcher.countCrafts
(List<RecipeMatcher.RawIngredient<T>> ingredients, int max, @Nullable RecipeMatcher.ItemCallback<T> itemCallback) int
RecipeMatcher.Matcher.countCrafts
(int max, @Nullable RecipeMatcher.ItemCallback<T> itemCallback) private boolean
RecipeFinder.isCraftable
(List<RecipeMatcher.RawIngredient<RegistryEntry<Item>>> rawIngredients, int quantity, RecipeMatcher.ItemCallback<RegistryEntry<Item>> itemCallback) boolean
RecipeFinder.isCraftable
(List<RecipeMatcher.RawIngredient<RegistryEntry<Item>>> rawIngredients, RecipeMatcher.ItemCallback<RegistryEntry<Item>> itemCallback) boolean
RecipeFinder.isCraftable
(Recipe<?> recipe, int quantity, RecipeMatcher.ItemCallback<RegistryEntry<Item>> itemCallback) boolean
RecipeFinder.isCraftable
(Recipe<?> recipe, RecipeMatcher.ItemCallback<RegistryEntry<Item>> itemCallback) boolean
RecipeMatcher.match
(List<RecipeMatcher.RawIngredient<T>> ingredients, int quantity, @Nullable RecipeMatcher.ItemCallback<T> itemCallback) boolean
RecipeMatcher.Matcher.match
(int quantity, @Nullable RecipeMatcher.ItemCallback<T> itemCallback)