Uses of Record Class
net.minecraft.recipe.RecipeMatcher.RawIngredient
Packages that use RecipeMatcher.RawIngredient
-
Uses of RecipeMatcher.RawIngredient in net.minecraft.recipe
Fields in net.minecraft.recipe with type parameters of type RecipeMatcher.RawIngredientModifier and TypeFieldDescriptionprivate final List
<RecipeMatcher.RawIngredient<T>> RecipeMatcher.Matcher.ingredients
private final List
<RecipeMatcher.RawIngredient<RegistryEntry<Item>>> IngredientPlacement.rawIngredients
Methods in net.minecraft.recipe that return RecipeMatcher.RawIngredientModifier and TypeMethodDescriptionstatic RecipeMatcher.RawIngredient
<RegistryEntry<Item>> IngredientPlacement.sort
(Ingredient ingredient) static RecipeMatcher.RawIngredient
<RegistryEntry<Item>> RecipeFinder.sort
(Stream<RegistryEntry<Item>> items) Methods in net.minecraft.recipe that return types with arguments of type RecipeMatcher.RawIngredientMethod parameters in net.minecraft.recipe with type arguments of type RecipeMatcher.RawIngredientModifier 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) Constructor parameters in net.minecraft.recipe with type arguments of type RecipeMatcher.RawIngredient