Interface RecipeMatcher.ItemCallback<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.ItemCallback<T>
Mappings:
Namespace Name
named net/minecraft/recipe/RecipeMatcher$ItemCallback
intermediary net/minecraft/class_1662$class_9874
official cqa$b
  • Method Summary

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

    • accept

      void accept(T item)
      Mappings:
      Namespace Name Mixin selector
      named accept Lnet/minecraft/recipe/RecipeMatcher$ItemCallback;accept(Ljava/lang/Object;)V
      intermediary accept Lnet/minecraft/class_1662$class_9874;accept(Ljava/lang/Object;)V
      official accept Lcqa$b;accept(Ljava/lang/Object;)V