Class VehicleLight

java.lang.Object
zombie.vehicles.VehicleLight

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

    Fields
    Modifier and Type Field Description
    boolean active  
    float dist  
    float dot  
    float intensity  
    Vector3f offset  
  • Constructor Summary

    Constructors
    Constructor Description
    VehicleLight()  
  • Method Summary

    Modifier and Type Method Description
    boolean getActive()  
    void load​(java.nio.ByteBuffer input, int WorldVersion)  
    void save​(java.nio.ByteBuffer output)  
    void setActive​(boolean active)  

    Methods inherited from class java.lang.Object

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

    • active

      public boolean active
    • offset

      public Vector3f offset
    • dist

      public float dist
    • intensity

      public float intensity
    • dot

      public float dot
  • Constructor Details

    • VehicleLight

      public VehicleLight()
  • Method Details

    • getActive

      public boolean getActive()
    • setActive

      public void setActive​(boolean active)
    • save

      public void save​(java.nio.ByteBuffer output) throws java.io.IOException
      Throws:
      java.io.IOException
    • load

      public void load​(java.nio.ByteBuffer input, int WorldVersion) throws java.io.IOException
      Throws:
      java.io.IOException