Package zombie.iso
Class LightingJNI.JNILighting
java.lang.Object
zombie.iso.LightingJNI.JNILighting
- All Implemented Interfaces:
IsoGridSquare.ILighting
- Enclosing class:
- LightingJNI
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
bCanSee()
void
bCanSee
(boolean boolean1) boolean
void
bCouldSee
(boolean boolean1) boolean
bSeen()
void
bSeen
(boolean boolean1) float
void
darkMulti
(float float1) getResultLight
(int int1) float
void
lampostTotalB
(float float1) float
void
lampostTotalG
(float float1) float
void
lampostTotalR
(float float1) int
lightverts
(int int1) void
lightverts
(int int1, int int2) void
reset()
int
float
void
targetDarkMulti
(float float1)
-
Constructor Details
-
JNILighting
-
-
Method Details
-
lightverts
public int lightverts(int int1) - Specified by:
lightverts
in interfaceIsoGridSquare.ILighting
-
lampostTotalR
public float lampostTotalR()- Specified by:
lampostTotalR
in interfaceIsoGridSquare.ILighting
-
lampostTotalG
public float lampostTotalG()- Specified by:
lampostTotalG
in interfaceIsoGridSquare.ILighting
-
lampostTotalB
public float lampostTotalB()- Specified by:
lampostTotalB
in interfaceIsoGridSquare.ILighting
-
bSeen
public boolean bSeen()- Specified by:
bSeen
in interfaceIsoGridSquare.ILighting
-
bCanSee
public boolean bCanSee()- Specified by:
bCanSee
in interfaceIsoGridSquare.ILighting
-
bCouldSee
public boolean bCouldSee()- Specified by:
bCouldSee
in interfaceIsoGridSquare.ILighting
-
darkMulti
public float darkMulti()- Specified by:
darkMulti
in interfaceIsoGridSquare.ILighting
-
targetDarkMulti
public float targetDarkMulti()- Specified by:
targetDarkMulti
in interfaceIsoGridSquare.ILighting
-
lightInfo
- Specified by:
lightInfo
in interfaceIsoGridSquare.ILighting
-
lightverts
public void lightverts(int int1, int int2) - Specified by:
lightverts
in interfaceIsoGridSquare.ILighting
-
lampostTotalR
public void lampostTotalR(float float1) - Specified by:
lampostTotalR
in interfaceIsoGridSquare.ILighting
-
lampostTotalG
public void lampostTotalG(float float1) - Specified by:
lampostTotalG
in interfaceIsoGridSquare.ILighting
-
lampostTotalB
public void lampostTotalB(float float1) - Specified by:
lampostTotalB
in interfaceIsoGridSquare.ILighting
-
bSeen
public void bSeen(boolean boolean1) - Specified by:
bSeen
in interfaceIsoGridSquare.ILighting
-
bCanSee
public void bCanSee(boolean boolean1) - Specified by:
bCanSee
in interfaceIsoGridSquare.ILighting
-
bCouldSee
public void bCouldSee(boolean boolean1) - Specified by:
bCouldSee
in interfaceIsoGridSquare.ILighting
-
darkMulti
public void darkMulti(float float1) - Specified by:
darkMulti
in interfaceIsoGridSquare.ILighting
-
targetDarkMulti
public void targetDarkMulti(float float1) - Specified by:
targetDarkMulti
in interfaceIsoGridSquare.ILighting
-
resultLightCount
public int resultLightCount()- Specified by:
resultLightCount
in interfaceIsoGridSquare.ILighting
-
getResultLight
- Specified by:
getResultLight
in interfaceIsoGridSquare.ILighting
-
reset
public void reset()- Specified by:
reset
in interfaceIsoGridSquare.ILighting
-