Uses of Record Class
net.minecraft.recipe.RecipeMatcher.RawIngredient
-
Uses of RecipeMatcher.RawIngredient in net.minecraft.recipe
Modifier and TypeFieldDescriptionprivate final List
<RecipeMatcher.RawIngredient<T>> RecipeMatcher.Matcher.ingredients
private final List
<RecipeMatcher.RawIngredient<RegistryEntry<Item>>> IngredientPlacement.rawIngredients
Modifier and TypeMethodDescriptionstatic RecipeMatcher.RawIngredient
<RegistryEntry<Item>> IngredientPlacement.sort
(Ingredient ingredient) static RecipeMatcher.RawIngredient
<RegistryEntry<Item>> RecipeFinder.sort
(Stream<RegistryEntry<Item>> items) Modifier and TypeMethodDescriptionint
RecipeMatcher.countCrafts
(List<RecipeMatcher.RawIngredient<T>> ingredients, 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
RecipeMatcher.match
(List<RecipeMatcher.RawIngredient<T>> ingredients, int quantity, @Nullable RecipeMatcher.ItemCallback<T> itemCallback)