Package zombie.popman
Class NetworkZombieManager
java.lang.Object
zombie.popman.NetworkZombieManager
public class NetworkZombieManager
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description NetworkZombieManager()
-
Method Summary
Modifier and Type Method Description static boolean
canSpotted(IsoZombie zombie)
void
clearTargetAuth(UdpConnection udpConnection, IsoPlayer player)
int
getAuthorizedZombieCount(UdpConnection udpConnection)
static NetworkZombieManager
getInstance()
int
getUnauthorizedZombieCount()
void
getZombieAuth(UdpConnection udpConnection, java.nio.ByteBuffer byteBuffer)
java.util.LinkedList
getZombieList(UdpConnection udpConnection)
void
moveZombie(IsoZombie zombie, UdpConnection udpConnection, IsoPlayer player)
void
recheck(UdpConnection udpConnection)
static void
removeZombies(UdpConnection udpConnection)
void
updateAuth(IsoZombie zombie)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
NetworkZombieManager
public NetworkZombieManager()
-
-
Method Details
-
getInstance
-
getAuthorizedZombieCount
-
getUnauthorizedZombieCount
public int getUnauthorizedZombieCount() -
canSpotted
-
updateAuth
-
moveZombie
-
getZombieAuth
-
getZombieList
-
clearTargetAuth
-
removeZombies
-
recheck
-