Package zombie.iso
Class IsoGridSquare.ResultLight
java.lang.Object
zombie.iso.IsoGridSquare.ResultLight
- Enclosing class:
- IsoGridSquare
public static final class IsoGridSquare.ResultLight
extends java.lang.Object
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ResultLight()
-
Method Summary
Modifier and Type Method Description IsoGridSquare.ResultLight
copyFrom(IsoGridSquare.ResultLight resultLight)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
id
public int id -
x
public int x -
y
public int y -
z
public int z -
radius
public int radius -
r
public float r -
g
public float g -
b
public float b -
RLF_NONE
public static final int RLF_NONE- See Also:
- Constant Field Values
-
RLF_ROOMLIGHT
public static final int RLF_ROOMLIGHT- See Also:
- Constant Field Values
-
RLF_TORCH
public static final int RLF_TORCH- See Also:
- Constant Field Values
-
flags
public int flags
-
-
Constructor Details
-
ResultLight
public ResultLight()
-
-
Method Details
-
copyFrom
-