Package zombie.vehicles
Class VehicleLight
java.lang.Object
zombie.vehicles.VehicleLight
public final class VehicleLight
extends java.lang.Object
-
Field Summary
-
Constructor Summary
Constructors Constructor Description VehicleLight()
-
Method Summary
Modifier and Type Method Description boolean
canFocusingDown()
Deprecated.boolean
canFocusingUp()
Deprecated.boolean
getActive()
float
getDistanization()
Deprecated.int
getFocusing()
Deprecated.float
getIntensity()
void
load(java.nio.ByteBuffer byteBuffer, int int1)
void
save(java.nio.ByteBuffer byteBuffer)
void
setActive(boolean boolean1)
void
setFocusingDown()
Deprecated.void
setFocusingUp()
Deprecated.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
-
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(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
-