org.starhope.appius.game.npc.plebeian
Interface PlebeianScriptConditional

All Known Implementing Classes:
PlebeianScriptRunner.TestActorEquippedItem, PlebeianScriptRunner.TestActorHasCurrency, PlebeianScriptRunner.TestActorHasItem, PlebeianScriptRunner.TestAND, PlebeianScriptRunner.TestIndirectContains, PlebeianScriptRunner.TestOR, PlebeianScriptRunner.TestXOR

public interface PlebeianScriptConditional

WRITEME: Document this type.

Author:
brpocock@star-hope.org

Method Summary
 boolean evaluate()
          WRITEME: Document this method brpocock@star-hope.org
 

Method Detail

evaluate

boolean evaluate()
WRITEME: Document this method brpocock@star-hope.org

Returns:
the result of evaluating some condition or other