Class IsoGameCharacter.LightInfo

java.lang.Object
zombie.characters.IsoGameCharacter.LightInfo
Enclosing class:
IsoGameCharacter

public static class IsoGameCharacter.LightInfo
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    float angleX  
    float angleY  
    float bmod  
    float gmod  
    float night  
    float rmod  
    IsoGridSquare square  
    long time  
    java.util.ArrayList torches  
    float x  
    float y  
    float z  
  • Constructor Summary

    Constructors
    Constructor Description
    LightInfo()  
  • Method Summary

    Modifier and Type Method Description
    void initFrom​(IsoGameCharacter.LightInfo other)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • square

      public IsoGridSquare square
    • x

      public float x
    • y

      public float y
    • z

      public float z
    • angleX

      public float angleX
    • angleY

      public float angleY
    • torches

      public java.util.ArrayList torches
    • time

      public long time
    • night

      public float night
    • rmod

      public float rmod
    • gmod

      public float gmod
    • bmod

      public float bmod
  • Constructor Details

    • LightInfo

      public LightInfo()
  • Method Details