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<RegistryEntry<Item>>> IngredientPlacement.field_54636private final List<RecipeMatcher.RawIngredient<T>> RecipeMatcher.Matcher.ingredientsMethods 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 TypeMethodDescriptionintRecipeMatcher.countCrafts(List<RecipeMatcher.RawIngredient<T>> ingredients, int max, @Nullable RecipeMatcher.ItemCallback<T> itemCallback) booleanRecipeMatcher.match(List<RecipeMatcher.RawIngredient<T>> ingredients, int quantity, @Nullable RecipeMatcher.ItemCallback<T> itemCallback) private booleanRecipeFinder.method_64644(List<RecipeMatcher.RawIngredient<RegistryEntry<Item>>> list, int int2, RecipeMatcher.ItemCallback<RegistryEntry<Item>> itemCallback) booleanRecipeFinder.method_64645(List<RecipeMatcher.RawIngredient<RegistryEntry<Item>>> list, RecipeMatcher.ItemCallback<RegistryEntry<Item>> itemCallback) Constructor parameters in net.minecraft.recipe with type arguments of type RecipeMatcher.RawIngredient