Class VehicleLight

java.lang.Object
zombie.vehicles.VehicleLight

public final class VehicleLight extends Object
  • Field Details

    • active

      public boolean active
    • offset

      public final org.joml.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 active)
    • 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 output) throws IOException
      Throws:
      IOException
    • load

      public void load(ByteBuffer input, int WorldVersion) throws IOException
      Throws:
      IOException