Package zombie.network
Class ServerLOS
java.lang.Object
zombie.network.ServerLOS
public class ServerLOS
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ServerLOS.ServerLighting
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ServerLOS()
-
Method Summary
Modifier and Type Method Description void
addPlayer(IsoPlayer player)
void
doServerZombieLOS(IsoPlayer player)
static void
init()
boolean
isCouldSee(IsoPlayer player, IsoGridSquare square)
void
removePlayer(IsoPlayer player)
void
resume()
void
start()
void
suspend()
void
updateLOS(IsoPlayer player)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
instance
-
-
Constructor Details
-
ServerLOS
public ServerLOS()
-
-
Method Details
-
init
public static void init() -
start
public void start() -
addPlayer
-
removePlayer
-
isCouldSee
-
doServerZombieLOS
-
updateLOS
-
suspend
public void suspend() -
resume
public void resume()
-