Package zombie.iso
Class IsoRoomLight
java.lang.Object
zombie.iso.IsoRoomLight
public class IsoRoomLight
extends java.lang.Object
- 
Field Summary
 - 
Constructor Summary
Constructors Constructor Description IsoRoomLight(IsoRoom room, int x, int y, int z, int width, int height) - 
Method Summary
Modifier and Type Method Description voidaddInfluence()voidclearInfluence()booleanisInBounds()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Field Details
- 
NextID
public static int NextID - 
ID
public int ID - 
room
 - 
x
public int x - 
y
public int y - 
z
public int z - 
width
public int width - 
height
public int height - 
r
public float r - 
g
public float g - 
b
public float b - 
bActive
public boolean bActive - 
bActiveJNI
public boolean bActiveJNI - 
bHydroPowered
public boolean bHydroPowered 
 - 
 - 
Constructor Details
- 
IsoRoomLight
 
 - 
 - 
Method Details
- 
addInfluence
public void addInfluence() - 
clearInfluence
public void clearInfluence() - 
isInBounds
public boolean isInBounds() 
 -