org.starhope.appius.game.npc.plebeian
Class PlebeianScriptRunner.TestActorEquippedItem

java.lang.Object
  extended by org.starhope.appius.game.npc.plebeian.PlebeianScriptRunner.TestActorEquippedItem
All Implemented Interfaces:
PlebeianScriptConditional
Enclosing class:
PlebeianScriptRunner

private final class PlebeianScriptRunner.TestActorEquippedItem
extends Object
implements PlebeianScriptConditional

WRITEME: Document this type.

Author:
brpocock@star-hope.org

Field Summary
private  int itemID
          WRITEME: Document this brpocock@star-hope.org
private  PlebeianActor rôle
          WRITEME: Document this brpocock@star-hope.org
 
Constructor Summary
PlebeianScriptRunner.TestActorEquippedItem(PlebeianActor actor, int item)
          WRITEME: Document this constructor brpocock@star-hope.org
 
Method Summary
 boolean evaluate()
          WRITEME: Document this method brpocock@star-hope.org
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

itemID

private final int itemID
WRITEME: Document this brpocock@star-hope.org


rôle

private final PlebeianActor rôle
WRITEME: Document this brpocock@star-hope.org

Constructor Detail

PlebeianScriptRunner.TestActorEquippedItem

PlebeianScriptRunner.TestActorEquippedItem(PlebeianActor actor,
                                           int item)
WRITEME: Document this constructor brpocock@star-hope.org

Parameters:
actor - someone who might have something
item - the thing that s/he might have
Method Detail

evaluate

public boolean evaluate()
Description copied from interface: PlebeianScriptConditional
WRITEME: Document this method brpocock@star-hope.org

Specified by:
evaluate in interface PlebeianScriptConditional
Returns:
the result of evaluating some condition or other

toString

public String toString()
Overrides:
toString in class Object
See Also:
Object.toString()