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 booleanbFinishedstatic booleanDebugLockTimestatic LightingThreadinstancebooleanInterruptedjava.lang.ThreadlightingThread -
Constructor Summary
Constructors Constructor Description LightingThread() -
Method Summary
Modifier and Type Method Description voidcreate()voidGameLoadingUpdate()voidscrollDown(int int1)voidscrollLeft(int int1)voidscrollRight(int int1)voidscrollUp(int int1)voidstop()voidupdate()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)
-