Class ServerLOS

java.lang.Object
zombie.network.ServerLOS

public class ServerLOS
extends java.lang.Object
  • Field Details

    • instance

      public static ServerLOS instance
  • Constructor Details

    • ServerLOS

      public ServerLOS()
  • Method Details

    • init

      public static void init()
    • start

      public void start()
    • addPlayer

      public void addPlayer​(IsoPlayer player)
    • removePlayer

      public void removePlayer​(IsoPlayer player)
    • isCouldSee

      public boolean isCouldSee​(IsoPlayer player, IsoGridSquare square)
    • doServerZombieLOS

      public void doServerZombieLOS​(IsoPlayer player)
    • updateLOS

      public void updateLOS​(IsoPlayer player)
    • suspend

      public void suspend()
    • resume

      public void resume()