Package zombie.iso

Interface IsoGridSquare.ILighting

All Known Implementing Classes:
IsoGridSquare.Lighting, LightingJNI.JNILighting, ServerLOS.ServerLighting
Enclosing class:
IsoGridSquare

public static interface IsoGridSquare.ILighting
  • Method Details

    • lightverts

      int lightverts(int i)
    • lampostTotalR

      float lampostTotalR()
    • lampostTotalG

      float lampostTotalG()
    • lampostTotalB

      float lampostTotalB()
    • bSeen

      boolean bSeen()
    • bCanSee

      boolean bCanSee()
    • bCouldSee

      boolean bCouldSee()
    • darkMulti

      float darkMulti()
    • targetDarkMulti

      float targetDarkMulti()
    • lightInfo

      ColorInfo lightInfo()
    • lightverts

      void lightverts(int i, int value)
    • lampostTotalR

      void lampostTotalR(float r)
    • lampostTotalG

      void lampostTotalG(float g)
    • lampostTotalB

      void lampostTotalB(float b)
    • bSeen

      void bSeen(boolean seen)
    • bCanSee

      void bCanSee(boolean canSee)
    • bCouldSee

      void bCouldSee(boolean couldSee)
    • darkMulti

      void darkMulti(float f)
    • targetDarkMulti

      void targetDarkMulti(float f)
    • resultLightCount

      int resultLightCount()
    • getResultLight

      IsoGridSquare.ResultLight getResultLight(int index)
    • reset

      void reset()