zombie.scripting.commands
Class LoadTexturePage

java.lang.Object
  extended by zombie.scripting.commands.BaseCommand
      extended by zombie.scripting.commands.LoadTexturePage

public class LoadTexturePage
extends BaseCommand

Author:
LEMMY

Nested Class Summary
 class LoadTexturePage.WatchPair
           
 
Field Summary
 java.util.Stack<LoadTexturePage.WatchPair> Pairs
           
 
Fields inherited from class zombie.scripting.commands.BaseCommand
currentinstance, module, script
 
Constructor Summary
LoadTexturePage()
           
 
Method Summary
 void begin()
           
 boolean DoesInstantly()
           
 void Finish()
           
 void init(java.lang.String object, java.lang.String[] params)
           
 boolean IsFinished()
           
 void update()
           
 
Methods inherited from class zombie.scripting.commands.BaseCommand
AllowCharacterBehaviour, getValue, updateskip
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Pairs

public java.util.Stack<LoadTexturePage.WatchPair> Pairs
Constructor Detail

LoadTexturePage

public LoadTexturePage()
Method Detail

init

public void init(java.lang.String object,
                 java.lang.String[] params)
Specified by:
init in class BaseCommand

begin

public void begin()
Specified by:
begin in class BaseCommand

Finish

public void Finish()
Overrides:
Finish in class BaseCommand

IsFinished

public boolean IsFinished()
Specified by:
IsFinished in class BaseCommand

update

public void update()
Specified by:
update in class BaseCommand

DoesInstantly

public boolean DoesInstantly()
Specified by:
DoesInstantly in class BaseCommand