zombie.network
Class ZombieUpdateData

java.lang.Object
  extended by zombie.network.ZombieUpdateData

public class ZombieUpdateData
extends java.lang.Object

Author:
LEMMY

Field Summary
 int anim
           
 int animframedelay
           
 int dir
           
 float x
           
 float y
           
 float z
           
 int ZombieID
           
 
Constructor Summary
ZombieUpdateData()
           
 
Method Summary
 void unspool()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ZombieID

public int ZombieID

x

public float x

y

public float y

z

public float z

anim

public int anim

dir

public int dir

animframedelay

public int animframedelay
Constructor Detail

ZombieUpdateData

public ZombieUpdateData()
Method Detail

unspool

public void unspool()