Class IsoRoomLight

java.lang.Object
zombie.iso.IsoRoomLight

public final class IsoRoomLight extends Object
  • Field Details

    • nextId

      public static int nextId
    • id

      public int id
    • room

      public IsoRoom room
    • x

      public int x
    • y

      public int y
    • z

      public int z
    • width

      public int width
    • height

      public int height
    • r

      public float r
    • g

      public float g
    • b

      public float b
    • active

      public boolean active
    • activeJni

      public boolean activeJni
    • hydroPowered

      public boolean hydroPowered
  • Constructor Details

    • IsoRoomLight

      public IsoRoomLight(IsoRoom room, int x, int y, int z, int width, int height)
  • Method Details

    • addInfluence

      public void addInfluence()
    • clearInfluence

      public void clearInfluence()
    • isInBounds

      public boolean isInBounds()