Package zombie.vehicles
Class VehicleLight
java.lang.Object
zombie.vehicles.VehicleLight
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.booleanDeprecated.booleanfloatDeprecated.intDeprecated.floatvoidload(ByteBuffer byteBuffer, int int1) voidsave(ByteBuffer byteBuffer) voidsetActive(boolean boolean1) voidDeprecated.voidDeprecated.
-
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
-