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