Class ServerLOS.ServerLighting
java.lang.Object
zombie.network.ServerLOS.ServerLighting
- All Implemented Interfaces:
IsoGridSquare.ILighting
- Enclosing class:
ServerLOS
public static final class ServerLOS.ServerLighting
extends Object
implements IsoGridSquare.ILighting
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbCanSee()voidbCanSee(boolean boolean0) booleanvoidbCouldSee(boolean boolean0) booleanbSeen()voidbSeen(boolean boolean0) floatvoiddarkMulti(float var1) getResultLight(int var1) floatvoidlampostTotalB(float var1) floatvoidlampostTotalG(float var1) floatvoidlampostTotalR(float var1) intlightverts(int var1) voidlightverts(int var1, int var2) voidreset()intfloatvoidtargetDarkMulti(float var1)
-
Constructor Details
-
ServerLighting
public ServerLighting()
-
-
Method Details
-
lightverts
public int lightverts(int var1) - 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 boolean0) - Specified by:
bCanSeein interfaceIsoGridSquare.ILighting
-
bCouldSee
public void bCouldSee(boolean boolean0) - 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
-