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 classServerLOS.ServerLighting -
Field Summary
-
Constructor Summary
Constructors Constructor Description ServerLOS() -
Method Summary
Modifier and Type Method Description voidaddPlayer(IsoPlayer player)voiddoServerZombieLOS(IsoPlayer player)static voidinit()booleanisCouldSee(IsoPlayer player, IsoGridSquare square)voidremovePlayer(IsoPlayer player)voidresume()voidstart()voidsuspend()voidupdateLOS(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()
-