Class VehicleLight

java.lang.Object
zombie.vehicles.VehicleLight

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

    • active

      public boolean active
    • offset

      public Vector3f offset
    • dist

      public float dist
    • intensity

      public float intensity
    • dot

      public float dot
    • focusing

      public int focusing
  • Constructor Details

    • VehicleLight

      public VehicleLight()
  • Method Details

    • getActive

      public boolean getActive()
    • setActive

      public void setActive​(boolean boolean1)
    • getFocusing

      public int getFocusing()
    • getIntensity

      public float getIntensity()
    • getDistanization

      public float getDistanization()
    • canFocusingUp

      public boolean canFocusingUp()
    • canFocusingDown

      public boolean canFocusingDown()
    • setFocusingUp

      public void setFocusingUp()
    • setFocusingDown

      public void setFocusingDown()
    • save

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

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