Class VehicleLight

java.lang.Object
zombie.vehicles.VehicleLight

public final class VehicleLight extends Object
  • Field Details

    • active

      public boolean active
    • offset

      public final 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

      @Deprecated public int getFocusing()
      Deprecated.
    • getIntensity

      public float getIntensity()
    • getDistanization

      @Deprecated public float getDistanization()
      Deprecated.
    • canFocusingUp

      @Deprecated public boolean canFocusingUp()
      Deprecated.
    • canFocusingDown

      @Deprecated public boolean canFocusingDown()
      Deprecated.
    • setFocusingUp

      @Deprecated public void setFocusingUp()
      Deprecated.
    • setFocusingDown

      @Deprecated public void setFocusingDown()
      Deprecated.
    • save

      public void save(ByteBuffer byteBuffer) throws IOException
      Throws:
      IOException
    • load

      public void load(ByteBuffer byteBuffer, int int1) throws IOException
      Throws:
      IOException