Uses of Record Class
net.minecraft.recipe.RecipeMatcher.class_9873
Packages that use RecipeMatcher.class_9873
-
Uses of RecipeMatcher.class_9873 in net.minecraft
Fields in net.minecraft with type parameters of type RecipeMatcher.class_9873Modifier and TypeFieldDescriptionprivate final List<RecipeMatcher.class_9873<RegistryEntry<Item>>> class_9887.field_52598Methods in net.minecraft that return RecipeMatcher.class_9873Modifier and TypeMethodDescriptionstatic RecipeMatcher.class_9873<RegistryEntry<Item>> class_9875.method_61539(Stream<RegistryEntry<Item>> stream) private static RecipeMatcher.class_9873<RegistryEntry<Item>> class_9887.method_61688(List<ItemStack> list) Methods in net.minecraft that return types with arguments of type RecipeMatcher.class_9873Constructor parameters in net.minecraft with type arguments of type RecipeMatcher.class_9873ModifierConstructorDescriptionprivateclass_9887(List<RecipeMatcher.class_9873<RegistryEntry<Item>>> list, List<Optional<class_9887.class_9888>> list2) -
Uses of RecipeMatcher.class_9873 in net.minecraft.recipe
Fields in net.minecraft.recipe with type parameters of type RecipeMatcher.class_9873Modifier and TypeFieldDescriptionprivate final List<RecipeMatcher.class_9873<T>> RecipeMatcher.Matcher.ingredientsMethod parameters in net.minecraft.recipe with type arguments of type RecipeMatcher.class_9873Modifier and TypeMethodDescriptionbooleanRecipeMatcher.method_61502(List<RecipeMatcher.class_9873<T>> list, int int2, @Nullable RecipeMatcher.class_9874<T> class_9874) intRecipeMatcher.method_61504(List<RecipeMatcher.class_9873<T>> list, int int2, @Nullable RecipeMatcher.class_9874<T> class_9874) Constructor parameters in net.minecraft.recipe with type arguments of type RecipeMatcher.class_9873