Class LuaTimedActionNew
java.lang.Object
zombie.characters.CharacterTimedActions.BaseAction
zombie.characters.CharacterTimedActions.LuaTimedActionNew
- All Implemented Interfaces:
IPathfinder
public class LuaTimedActionNew extends BaseAction implements IPathfinder
-
Field Summary
Fields Modifier and Type Field Description static java.lang.Object[]
statObj
Fields inherited from class zombie.characters.CharacterTimedActions.BaseAction
caloriesModifier, chr, CurrentTime, delta, forceComplete, forceStop, LastTime, MaxTime, PrevLastTime, SoundEffect, StopOnAim, StopOnRun, StopOnWalk, UseProgressBar
-
Constructor Summary
Constructors Constructor Description LuaTimedActionNew(KahluaTable table, IsoGameCharacter chr)
-
Method Summary
Methods inherited from class zombie.characters.CharacterTimedActions.BaseAction
finished, forceComplete, forceStop, getCurrentTime, getJobDelta, hasStalled, PlayLoopedSoundTillComplete, reset, setUseProgressBar
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
statObj
public static java.lang.Object[] statObj
-
-
Constructor Details
-
LuaTimedActionNew
-
-
Method Details
-
update
public void update()- Overrides:
update
in classBaseAction
-
valid
public boolean valid()- Overrides:
valid
in classBaseAction
-
start
public void start()- Overrides:
start
in classBaseAction
-
stop
public void stop()- Overrides:
stop
in classBaseAction
-
perform
public void perform()- Overrides:
perform
in classBaseAction
-
Failed
- Specified by:
Failed
in interfaceIPathfinder
-
Succeeded
- Specified by:
Succeeded
in interfaceIPathfinder
-
Pathfind
-
getName
public java.lang.String getName()- Specified by:
getName
in interfaceIPathfinder
-
setTime
public void setTime(int maxTime)
-