Interface CRecipePredicate

  • All Implemented Interfaces:

    
    public interface CRecipePredicate
    
                        

    This interface is a SAM (Single Abstract Method Interface) and only has the function (CRecipePredicate.test) that is executed during recipe determination.

    Refer to the documentation of CRecipePredicate.Context for the provided context.

    Since:

    5.0.17

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Boolean test(CRecipePredicate.Context ctx) Inspection method.
      String name() Returns a label identifying this predicate in diagnostic logs.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait