Class IsoGridSquare.Lighting
java.lang.Object
zombie.iso.IsoGridSquare.Lighting
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
bCanSee()
void
bCanSee
(boolean boolean0) boolean
void
bCouldSee
(boolean boolean0) boolean
bSeen()
void
bSeen
(boolean boolean0) float
void
darkMulti
(float float0) getResultLight
(int var1) float
void
lampostTotalB
(float float0) float
void
lampostTotalG
(float float0) float
void
lampostTotalR
(float float0) int
lightverts
(int int0) void
lightverts
(int int1, int int0) void
reset()
int
float
void
targetDarkMulti
(float float0)
-
Constructor Details
-
Lighting
public Lighting()
-
-
Method Details
-
lightverts
public int lightverts(int int0) - 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 int0) - Specified by:
lightverts
in interfaceIsoGridSquare.ILighting
-
lampostTotalR
public void lampostTotalR(float float0) - Specified by:
lampostTotalR
in interfaceIsoGridSquare.ILighting
-
lampostTotalG
public void lampostTotalG(float float0) - Specified by:
lampostTotalG
in interfaceIsoGridSquare.ILighting
-
lampostTotalB
public void lampostTotalB(float float0) - Specified by:
lampostTotalB
in interfaceIsoGridSquare.ILighting
-
bSeen
public void bSeen(boolean boolean0) - Specified by:
bSeen
in interfaceIsoGridSquare.ILighting
-
bCanSee
public void bCanSee(boolean boolean0) - Specified by:
bCanSee
in interfaceIsoGridSquare.ILighting
-
bCouldSee
public void bCouldSee(boolean boolean0) - Specified by:
bCouldSee
in interfaceIsoGridSquare.ILighting
-
darkMulti
public void darkMulti(float float0) - Specified by:
darkMulti
in interfaceIsoGridSquare.ILighting
-
targetDarkMulti
public void targetDarkMulti(float float0) - 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
-