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

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

private final class PlebeianScriptRunner.GrantToActorRunner
extends Object
implements Runnable

WRITEME: Document this type.

Author:
brpocock@star-hope.org

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

Field Detail

item

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


rôle

private final PlebeianActor rôle
rôle

Constructor Detail

PlebeianScriptRunner.GrantToActorRunner

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

Parameters:
itemID - the item to be granted
actor - the rôle to whom to grant the item
Method Detail

run

public void run()
Specified by:
run in interface Runnable
See Also:
Runnable.run()

toString

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