Class LightingJNI.JNILighting
java.lang.Object
zombie.iso.LightingJNI.JNILighting
- All Implemented Interfaces:
IsoGridSquare.ILighting
- Enclosing class:
LightingJNI
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbCanSee()voidbCanSee(boolean canSee) booleanvoidbCouldSee(boolean couldSee) booleanbSeen()voidbSeen(boolean seen) floatvoiddarkMulti(float f) getResultLight(int index) floatvoidlampostTotalB(float b) floatvoidlampostTotalG(float g) floatvoidlampostTotalR(float r) intlightverts(int i) voidlightverts(int i, int value) voidreset()intfloatvoidtargetDarkMulti(float f)
-
Constructor Details
-
JNILighting
-
-
Method Details
-
lightverts
public int lightverts(int i) - Specified by:
lightvertsin interfaceIsoGridSquare.ILighting
-
lampostTotalR
public float lampostTotalR()- Specified by:
lampostTotalRin interfaceIsoGridSquare.ILighting
-
lampostTotalG
public float lampostTotalG()- Specified by:
lampostTotalGin interfaceIsoGridSquare.ILighting
-
lampostTotalB
public float lampostTotalB()- Specified by:
lampostTotalBin interfaceIsoGridSquare.ILighting
-
bSeen
public boolean bSeen()- Specified by:
bSeenin interfaceIsoGridSquare.ILighting
-
bCanSee
public boolean bCanSee()- Specified by:
bCanSeein interfaceIsoGridSquare.ILighting
-
bCouldSee
public boolean bCouldSee()- Specified by:
bCouldSeein interfaceIsoGridSquare.ILighting
-
darkMulti
public float darkMulti()- Specified by:
darkMultiin interfaceIsoGridSquare.ILighting
-
targetDarkMulti
public float targetDarkMulti()- Specified by:
targetDarkMultiin interfaceIsoGridSquare.ILighting
-
lightInfo
- Specified by:
lightInfoin interfaceIsoGridSquare.ILighting
-
lightverts
public void lightverts(int i, int value) - Specified by:
lightvertsin interfaceIsoGridSquare.ILighting
-
lampostTotalR
public void lampostTotalR(float r) - Specified by:
lampostTotalRin interfaceIsoGridSquare.ILighting
-
lampostTotalG
public void lampostTotalG(float g) - Specified by:
lampostTotalGin interfaceIsoGridSquare.ILighting
-
lampostTotalB
public void lampostTotalB(float b) - Specified by:
lampostTotalBin interfaceIsoGridSquare.ILighting
-
bSeen
public void bSeen(boolean seen) - Specified by:
bSeenin interfaceIsoGridSquare.ILighting
-
bCanSee
public void bCanSee(boolean canSee) - Specified by:
bCanSeein interfaceIsoGridSquare.ILighting
-
bCouldSee
public void bCouldSee(boolean couldSee) - Specified by:
bCouldSeein interfaceIsoGridSquare.ILighting
-
darkMulti
public void darkMulti(float f) - Specified by:
darkMultiin interfaceIsoGridSquare.ILighting
-
targetDarkMulti
public void targetDarkMulti(float f) - Specified by:
targetDarkMultiin interfaceIsoGridSquare.ILighting
-
resultLightCount
public int resultLightCount()- Specified by:
resultLightCountin interfaceIsoGridSquare.ILighting
-
getResultLight
- Specified by:
getResultLightin interfaceIsoGridSquare.ILighting
-
reset
public void reset()- Specified by:
resetin interfaceIsoGridSquare.ILighting
-