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 booleancanSpotted(IsoZombie zombie)voidclearTargetAuth(UdpConnection udpConnection, IsoPlayer player)intgetAuthorizedZombieCount(UdpConnection udpConnection)static NetworkZombieManagergetInstance()intgetUnauthorizedZombieCount()voidgetZombieAuth(UdpConnection udpConnection, java.nio.ByteBuffer byteBuffer)java.util.LinkedListgetZombieList(UdpConnection udpConnection)voidmoveZombie(IsoZombie zombie, UdpConnection udpConnection, IsoPlayer player)voidrecheck(UdpConnection udpConnection)static voidremoveZombies(UdpConnection udpConnection)voidupdateAuth(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
-