Package zombie.iso
Class LightingThread
java.lang.Object
zombie.iso.LightingThread
public class LightingThread
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description boolean
bFinished
java.lang.Boolean
bHasLock
boolean
bMovedMap
static boolean
DebugLockTime
boolean
disable
static LightingThread
instance
boolean
Interrupted
boolean
jniLighting
java.lang.Thread
lightingThread
boolean
newLightingMethod
static int
skip
int
Stage
boolean
UpdateDone
long
UpdateTime
-
Constructor Summary
Constructors Constructor Description LightingThread()
-
Method Summary
Modifier and Type Method Description void
create()
boolean
DoLightingUpdate(IsoCell cell, int int1)
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 -
bMovedMap
public boolean bMovedMap -
skip
public static int skip -
Interrupted
public volatile boolean Interrupted -
DebugLockTime
public static boolean DebugLockTime -
disable
public boolean disable -
UpdateDone
public boolean UpdateDone -
Stage
public int Stage -
UpdateTime
public long UpdateTime -
bHasLock
public volatile java.lang.Boolean bHasLock -
newLightingMethod
public boolean newLightingMethod -
jniLighting
public boolean jniLighting
-
-
Constructor Details
-
LightingThread
public LightingThread()
-
-
Method Details
-
DoLightingUpdate
- Throws:
java.lang.InterruptedException
-
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)
-