Package zombie.iso
Class IsoGridSquare.Lighting
java.lang.Object
zombie.iso.IsoGridSquare.Lighting
- All Implemented Interfaces:
IsoGridSquare.ILighting
- Enclosing class:
- IsoGridSquare
public static final class IsoGridSquare.Lighting extends java.lang.Object implements IsoGridSquare.ILighting
-
Constructor Summary
Constructors Constructor Description Lighting() -
Method Summary
Modifier and Type Method Description booleanbCanSee()voidbCanSee(boolean canSee)booleanbCouldSee()voidbCouldSee(boolean couldSee)booleanbSeen()voidbSeen(boolean seen)floatdarkMulti()voiddarkMulti(float f)floatlampostTotalB()voidlampostTotalB(float b)floatlampostTotalG()voidlampostTotalG(float g)floatlampostTotalR()voidlampostTotalR(float r)ColorInfolightInfo()intlightverts(int i)voidlightverts(int i, int value)voidreset()voidsetPos(int x, int y, int z)floattargetDarkMulti()voidtargetDarkMulti(float f)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Lighting
public Lighting()
-
-
Method Details
-
lightverts
public int lightverts(int i)- 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 i, int value)- Specified by:
lightvertsin interfaceIsoGridSquare.ILighting
-
lampostTotalR
public void lampostTotalR(float r)- Specified by:
lampostTotalRin interfaceIsoGridSquare.ILighting
-
lampostTotalG
public void lampostTotalG(float g)- Specified by:
lampostTotalGin interfaceIsoGridSquare.ILighting
-
lampostTotalB
public void lampostTotalB(float b)- Specified by:
lampostTotalBin interfaceIsoGridSquare.ILighting
-
bSeen
public void bSeen(boolean seen)- Specified by:
bSeenin interfaceIsoGridSquare.ILighting
-
bCanSee
public void bCanSee(boolean canSee)- Specified by:
bCanSeein interfaceIsoGridSquare.ILighting
-
bCouldSee
public void bCouldSee(boolean couldSee)- Specified by:
bCouldSeein interfaceIsoGridSquare.ILighting
-
darkMulti
public void darkMulti(float f)- Specified by:
darkMultiin interfaceIsoGridSquare.ILighting
-
targetDarkMulti
public void targetDarkMulti(float f)- Specified by:
targetDarkMultiin interfaceIsoGridSquare.ILighting
-
setPos
public void setPos(int x, int y, int z)- Specified by:
setPosin interfaceIsoGridSquare.ILighting
-
reset
public void reset()- Specified by:
resetin interfaceIsoGridSquare.ILighting
-