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 canSee)
boolean
bCouldSee()
void
bCouldSee(boolean couldSee)
boolean
bSeen()
void
bSeen(boolean seen)
float
darkMulti()
void
darkMulti(float f)
float
lampostTotalB()
void
lampostTotalB(float b)
float
lampostTotalG()
void
lampostTotalG(float g)
float
lampostTotalR()
void
lampostTotalR(float r)
ColorInfo
lightInfo()
int
lightverts(int i)
void
lightverts(int i, int value)
void
reset()
void
setPos(int x, int y, int z)
float
targetDarkMulti()
void
targetDarkMulti(float f)
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 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
-
setPos
public void setPos(int x, int y, int z)- Specified by:
setPos
in interfaceIsoGridSquare.ILighting
-
reset
public void reset()- Specified by:
reset
in interfaceIsoGridSquare.ILighting
-