Package zombie.vehicles
Class VehicleLight
java.lang.Object
zombie.vehicles.VehicleLight
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.boolean
Deprecated.boolean
float
Deprecated.int
Deprecated.float
void
load
(ByteBuffer byteBuffer, int int1) void
save
(ByteBuffer byteBuffer) void
setActive
(boolean boolean1) void
Deprecated.void
Deprecated.
-
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. -
getIntensity
public float getIntensity() -
getDistanization
Deprecated. -
canFocusingUp
Deprecated. -
canFocusingDown
Deprecated. -
setFocusingUp
Deprecated. -
setFocusingDown
Deprecated. -
save
- Throws:
IOException
-
load
- Throws:
IOException
-