Class LightingJNI.JNILighting
java.lang.Object
zombie.iso.LightingJNI.JNILighting
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbCanSee()voidbCanSee(boolean var1) booleanvoidbCouldSee(boolean var1) booleanbSeen()voidbSeen(boolean boolean0) floatvoiddarkMulti(float var1) getResultLight(int int0) floatvoidlampostTotalB(float var1) floatvoidlampostTotalG(float var1) floatvoidlampostTotalR(float var1) intlightverts(int int0) voidlightverts(int var1, int var2) voidreset()intfloatvoidtargetDarkMulti(float var1)
-
Constructor Details
-
JNILighting
-
-
Method Details
-
lightverts
public int lightverts(int int0) - 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 var1, int var2) - Specified by:
lightvertsin interfaceIsoGridSquare.ILighting
-
lampostTotalR
public void lampostTotalR(float var1) - Specified by:
lampostTotalRin interfaceIsoGridSquare.ILighting
-
lampostTotalG
public void lampostTotalG(float var1) - Specified by:
lampostTotalGin interfaceIsoGridSquare.ILighting
-
lampostTotalB
public void lampostTotalB(float var1) - Specified by:
lampostTotalBin interfaceIsoGridSquare.ILighting
-
bSeen
public void bSeen(boolean boolean0) - Specified by:
bSeenin interfaceIsoGridSquare.ILighting
-
bCanSee
public void bCanSee(boolean var1) - Specified by:
bCanSeein interfaceIsoGridSquare.ILighting
-
bCouldSee
public void bCouldSee(boolean var1) - Specified by:
bCouldSeein interfaceIsoGridSquare.ILighting
-
darkMulti
public void darkMulti(float var1) - Specified by:
darkMultiin interfaceIsoGridSquare.ILighting
-
targetDarkMulti
public void targetDarkMulti(float var1) - 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
-