Package zombie
Class LOSThread
java.lang.Object
zombie.LOSThread
public class LOSThread
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
LOSThread.LOSJob
-
Field Summary
-
Constructor Summary
Constructors Constructor Description LOSThread()
-
Method Summary
Modifier and Type Method Description void
AddJob(IsoGameCharacter gameCharacter)
void
Start()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
instance
-
losThread
public java.lang.Thread losThread -
finished
public boolean finished -
running
public boolean running -
SeenList
public java.util.Stack SeenList -
Jobs
public java.util.Stack Jobs
-
-
Constructor Details
-
LOSThread
public LOSThread()
-
-
Method Details
-
Start
public void Start() -
AddJob
-