Interface RecipeMatcher.class_10528<T>

All Known Implementing Classes:
Ingredient
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_10528<T>
Mappings:
Namespace Name
named net/minecraft/recipe/RecipeMatcher$class_10528
intermediary net/minecraft/class_1662$class_10528
official coz$a
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
  • Method Details

    • acceptsItem

      boolean acceptsItem(T t)