Package zombie.popman

Class NetworkZombieManager

java.lang.Object
zombie.popman.NetworkZombieManager

public class NetworkZombieManager
extends java.lang.Object
  • Constructor Details

    • NetworkZombieManager

      public NetworkZombieManager()
  • Method Details

    • getInstance

      public static NetworkZombieManager getInstance()
    • getAuthorizedZombieCount

      public int getAuthorizedZombieCount​(UdpConnection udpConnection)
    • getUnauthorizedZombieCount

      public int getUnauthorizedZombieCount()
    • canSpotted

      public static boolean canSpotted​(IsoZombie zombie)
    • updateAuth

      public void updateAuth​(IsoZombie zombie)
    • moveZombie

      public void moveZombie​(IsoZombie zombie, UdpConnection udpConnection, IsoPlayer player)
    • getZombieAuth

      public void getZombieAuth​(UdpConnection udpConnection, java.nio.ByteBuffer byteBuffer)
    • getZombieList

      public java.util.LinkedList getZombieList​(UdpConnection udpConnection)
    • clearTargetAuth

      public void clearTargetAuth​(UdpConnection udpConnection, IsoPlayer player)
    • removeZombies

      public static void removeZombies​(UdpConnection udpConnection)
    • recheck

      public void recheck​(UdpConnection udpConnection)