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

    Fields
    Modifier and Type Field Description
    boolean finished  
    static LOSThread instance  
    java.util.Stack Jobs  
    java.lang.Thread losThread  
    boolean running  
    java.util.Stack SeenList  
  • Constructor Summary

    Constructors
    Constructor Description
    LOSThread()  
  • Method Summary

    Modifier and Type Method Description
    void AddJob​(IsoGameCharacter pov)  
    void Start()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • instance

      public static LOSThread 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

      public void AddJob​(IsoGameCharacter pov)