Interface UnlockCondition

  • All Implemented Interfaces:

    
    public interface UnlockCondition
    
                        

    Represents a condition that must be met for a tool to be unlocked.

    • 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 isSatisfied(PlaybookContext context) Evaluate whether this condition is met given the current context.
      • Methods inherited from class java.lang.Object

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