zombie
Class VirtualZombie
java.lang.Object
zombie.VirtualZombie
- All Implemented Interfaces:
- IPathfinder, Mover
public class VirtualZombie
- extends java.lang.Object
- implements IPathfinder, Mover
- Author:
- LEMMY
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Count
public int Count
targx
public int targx
targy
public int targy
x
public float x
y
public float y
followhorde
public boolean followhorde
moveDelay
public static int moveDelay
path
public Path path
PathIndex
public int PathIndex
dead
public boolean dead
finding
public boolean finding
doneMergeAttempt
public boolean doneMergeAttempt
VirtualZombie
public VirtualZombie()
update
public void update()
Failed
public void Failed(Mover mover)
- Specified by:
Failed
in interface IPathfinder
Succeeded
public void Succeeded(Path path,
Mover mover)
- Specified by:
Succeeded
in interface IPathfinder
getName
public java.lang.String getName()
- Specified by:
getName
in interface IPathfinder
getID
public int getID()
- Specified by:
getID
in interface Mover
getPathFindIndex
public int getPathFindIndex()
- Specified by:
getPathFindIndex
in interface Mover