Package zombie.iso

Class IsoRoomLight

java.lang.Object
zombie.iso.IsoRoomLight

public class IsoRoomLight
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    float b  
    boolean bActive  
    boolean bActiveJNI  
    boolean bHydroPowered  
    float g  
    int height  
    int ID  
    static int NextID  
    float r  
    IsoRoom room  
    int width  
    int x  
    int y  
    int z  
  • Constructor Summary

    Constructors
    Constructor Description
    IsoRoomLight​(IsoRoom room, int int1, int int2, int int3, int int4, int int5)  
  • Method Summary

    Modifier and Type Method Description
    void addInfluence()  
    void clearInfluence()  
    boolean isInBounds()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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
    • bActive

      public boolean bActive
    • bActiveJNI

      public boolean bActiveJNI
    • bHydroPowered

      public boolean bHydroPowered
  • Constructor Details

    • IsoRoomLight

      public IsoRoomLight​(IsoRoom room, int int1, int int2, int int3, int int4, int int5)
  • Method Details

    • addInfluence

      public void addInfluence()
    • clearInfluence

      public void clearInfluence()
    • isInBounds

      public boolean isInBounds()