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.ingredientsprivate final List<RecipeMatcher.RawIngredient<RegistryEntry<Item>>> IngredientPlacement.rawIngredientsMethods 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) private booleanRecipeFinder.isCraftable(List<RecipeMatcher.RawIngredient<RegistryEntry<Item>>> rawIngredients, int quantity, RecipeMatcher.ItemCallback<RegistryEntry<Item>> itemCallback) booleanRecipeFinder.isCraftable(List<RecipeMatcher.RawIngredient<RegistryEntry<Item>>> rawIngredients, RecipeMatcher.ItemCallback<RegistryEntry<Item>> itemCallback) booleanRecipeMatcher.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