Package zombie.network
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 java.lang.Object implements IsoGridSquare.ILighting
-
Constructor Summary
Constructors Constructor Description ServerLighting()
-
Method Summary
Modifier and Type Method Description boolean
bCanSee()
void
bCanSee(boolean boolean1)
boolean
bCouldSee()
void
bCouldSee(boolean boolean1)
boolean
bSeen()
void
bSeen(boolean boolean1)
float
darkMulti()
void
darkMulti(float float1)
float
lampostTotalB()
void
lampostTotalB(float float1)
float
lampostTotalG()
void
lampostTotalG(float float1)
float
lampostTotalR()
void
lampostTotalR(float float1)
ColorInfo
lightInfo()
int
lightverts(int int1)
void
lightverts(int int1, int int2)
void
reset()
void
setPos(int int1, int int2, int int3)
float
targetDarkMulti()
void
targetDarkMulti(float float1)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ServerLighting
public ServerLighting()
-
-
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
-
setPos
public void setPos(int int1, int int2, int int3)- Specified by:
setPos
in interfaceIsoGridSquare.ILighting
-
reset
public void reset()- Specified by:
reset
in interfaceIsoGridSquare.ILighting
-