Package zombie.iso
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 boolean1) booleanvoidbCouldSee(boolean boolean1) booleanbSeen()voidbSeen(boolean boolean1) floatvoiddarkMulti(float float1) getResultLight(int int1) floatvoidlampostTotalB(float float1) floatvoidlampostTotalG(float float1) floatvoidlampostTotalR(float float1) intlightverts(int int1) voidlightverts(int int1, int int2) voidreset()intfloatvoidtargetDarkMulti(float float1)
-
Constructor Details
-
JNILighting
-
-
Method Details
-
lightverts
public int lightverts(int int1) - 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 int1, int int2) - Specified by:
lightvertsin interfaceIsoGridSquare.ILighting
-
lampostTotalR
public void lampostTotalR(float float1) - Specified by:
lampostTotalRin interfaceIsoGridSquare.ILighting
-
lampostTotalG
public void lampostTotalG(float float1) - Specified by:
lampostTotalGin interfaceIsoGridSquare.ILighting
-
lampostTotalB
public void lampostTotalB(float float1) - Specified by:
lampostTotalBin interfaceIsoGridSquare.ILighting
-
bSeen
public void bSeen(boolean boolean1) - Specified by:
bSeenin interfaceIsoGridSquare.ILighting
-
bCanSee
public void bCanSee(boolean boolean1) - Specified by:
bCanSeein interfaceIsoGridSquare.ILighting
-
bCouldSee
public void bCouldSee(boolean boolean1) - Specified by:
bCouldSeein interfaceIsoGridSquare.ILighting
-
darkMulti
public void darkMulti(float float1) - Specified by:
darkMultiin interfaceIsoGridSquare.ILighting
-
targetDarkMulti
public void targetDarkMulti(float float1) - 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
-