Class PopOrder
java.lang.Object
zombie.scripting.commands.BaseCommand
zombie.scripting.commands.Character.PopOrder
public class PopOrder extends BaseCommand
- 
Field SummaryFields inherited from class zombie.scripting.commands.BaseCommandcurrentinstance, module, script
- 
Constructor SummaryConstructors Constructor Description PopOrder()
- 
Method SummaryModifier and Type Method Description voidbegin()booleanDoesInstantly()voidFinish()voidinit(java.lang.String string, java.lang.String[] stringArray)booleanIsFinished()voidupdate()Methods inherited from class zombie.scripting.commands.BaseCommandAllowCharacterBehaviour, getValue, updateskipMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Constructor Details- 
PopOrderpublic PopOrder()
 
- 
- 
Method Details- 
initpublic void init(java.lang.String string, java.lang.String[] stringArray)- Specified by:
- initin class- BaseCommand
 
- 
beginpublic void begin()- Specified by:
- beginin class- BaseCommand
 
- 
Finishpublic void Finish()- Overrides:
- Finishin class- BaseCommand
 
- 
IsFinishedpublic boolean IsFinished()- Specified by:
- IsFinishedin class- BaseCommand
 
- 
updatepublic void update()- Specified by:
- updatein class- BaseCommand
 
- 
DoesInstantlypublic boolean DoesInstantly()- Specified by:
- DoesInstantlyin class- BaseCommand
 
 
-