|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.starhope.appius.game.npc.plebeian.PlebeianScript
public class PlebeianScript
WRITEME: Document this type.
Field Summary | |
---|---|
private Queue<Runnable> |
mySteps
WRITEME: Document this brpocock@star-hope.org |
Constructor Summary | |
---|---|
PlebeianScript(Queue<Runnable> steps)
WRITEME: Document this constructor brpocock@star-hope.org |
Method Summary | |
---|---|
(package private) Queue<Runnable> |
getSteps()
WRITEME: Document this method brpocock@star-hope.org |
protected void |
nowRun(ScriptPuppet pleb)
Given a script, prepend the contents of the script to the toDo list, so that those steps will be executed before anything else. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private final Queue<Runnable> mySteps
Constructor Detail |
---|
public PlebeianScript(Queue<Runnable> steps)
steps
- WRITEMEMethod Detail |
---|
Queue<Runnable> getSteps()
protected void nowRun(ScriptPuppet pleb)
pleb
- TODOpublic String toString()
toString
in class Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |