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 TypeMethodDescriptionboolean
bCanSee()
void
bCanSee
(boolean canSee) boolean
void
bCouldSee
(boolean couldSee) boolean
bSeen()
void
bSeen
(boolean seen) float
void
darkMulti
(float f) getResultLight
(int index) float
void
lampostTotalB
(float b) float
void
lampostTotalG
(float g) float
void
lampostTotalR
(float r) int
lightverts
(int i) void
lightverts
(int i, int value) void
reset()
int
float
void
targetDarkMulti
(float f)
-
Constructor Details
-
ServerLighting
public ServerLighting()
-
-
Method Details
-
lightverts
public int lightverts(int i) - 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 i, int value) - Specified by:
lightverts
in interfaceIsoGridSquare.ILighting
-
lampostTotalR
public void lampostTotalR(float r) - Specified by:
lampostTotalR
in interfaceIsoGridSquare.ILighting
-
lampostTotalG
public void lampostTotalG(float g) - Specified by:
lampostTotalG
in interfaceIsoGridSquare.ILighting
-
lampostTotalB
public void lampostTotalB(float b) - Specified by:
lampostTotalB
in interfaceIsoGridSquare.ILighting
-
bSeen
public void bSeen(boolean seen) - Specified by:
bSeen
in interfaceIsoGridSquare.ILighting
-
bCanSee
public void bCanSee(boolean canSee) - Specified by:
bCanSee
in interfaceIsoGridSquare.ILighting
-
bCouldSee
public void bCouldSee(boolean couldSee) - Specified by:
bCouldSee
in interfaceIsoGridSquare.ILighting
-
darkMulti
public void darkMulti(float f) - Specified by:
darkMulti
in interfaceIsoGridSquare.ILighting
-
targetDarkMulti
public void targetDarkMulti(float f) - 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
-