Package zombie.iso
Class LightingThread
java.lang.Object
zombie.iso.LightingThread
public final class LightingThread
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description boolean
bFinished
static boolean
DebugLockTime
static LightingThread
instance
boolean
Interrupted
java.lang.Thread
lightingThread
-
Constructor Summary
Constructors Constructor Description LightingThread()
-
Method Summary
Modifier and Type Method Description void
create()
void
GameLoadingUpdate()
void
scrollDown(int int1)
void
scrollLeft(int int1)
void
scrollRight(int int1)
void
scrollUp(int int1)
void
stop()
void
update()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
instance
-
lightingThread
public java.lang.Thread lightingThread -
bFinished
public boolean bFinished -
Interrupted
public volatile boolean Interrupted -
DebugLockTime
public static boolean DebugLockTime
-
-
Constructor Details
-
LightingThread
public LightingThread()
-
-
Method Details
-
stop
public void stop() -
create
public void create() -
GameLoadingUpdate
public void GameLoadingUpdate() -
update
public void update() -
scrollLeft
public void scrollLeft(int int1) -
scrollRight
public void scrollRight(int int1) -
scrollUp
public void scrollUp(int int1) -
scrollDown
public void scrollDown(int int1)
-