Interface RecipeMatcher.RawIngredient<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.RawIngredient<T>
Mappings:
Namespace Name
named net/minecraft/recipe/RecipeMatcher$RawIngredient
intermediary net/minecraft/class_1662$class_10528
official cpc$a
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    boolean
    acceptsItem(T entry)
     
  • Method Details Link icon

    • acceptsItem Link icon

      boolean acceptsItem(T entry)
      Mappings:
      Namespace Name Mixin selector
      named acceptsItem Lnet/minecraft/recipe/RecipeMatcher$RawIngredient;acceptsItem(Ljava/lang/Object;)Z
      intermediary acceptsItem Lnet/minecraft/class_1662$class_10528;acceptsItem(Ljava/lang/Object;)Z
      official acceptsItem Lcpc$a;acceptsItem(Ljava/lang/Object;)Z