Interface RecipeMatcher.class_9874<T>

Enclosing class:
RecipeMatcher<T>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface RecipeMatcher.class_9874<T>
Mappings:
Namespace Name
named net/minecraft/recipe/RecipeMatcher$class_9874
intermediary net/minecraft/class_1662$class_9874
official cnt$b
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(T t)
     
  • Method Details

    • accept

      void accept(T t)