org.starhope.appius.game.npc.plebeian
Class PlebeianScriptRunner.GrantToActorRunner
java.lang.Object
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 |
item
private final int item
- WRITEME: Document this brpocock@star-hope.org
rôle
private final PlebeianActor rôle
- rôle
PlebeianScriptRunner.GrantToActorRunner
PlebeianScriptRunner.GrantToActorRunner(int itemID,
PlebeianActor actor)
- WRITEME: Document this constructor brpocock@star-hope.org
- Parameters:
itemID
- the item to be grantedactor
- the rôle to whom to grant the item
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()