Class VehicleInterpolationData
java.lang.Object
zombie.vehicles.VehicleInterpolationData
- All Implemented Interfaces:
Comparable<VehicleInterpolationData>
- Direct Known Subclasses:
VehiclePhysicsPacket
public class VehicleInterpolationData
extends Object
implements Comparable<VehicleInterpolationData>
Created by kroto on 1/17/2017.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
void
getPosition
(Vector3f vector3f) void
getVelocity
(Vector3f vector3f)
-
Constructor Details
-
VehicleInterpolationData
public VehicleInterpolationData()
-
-
Method Details
-
getPosition
-
getVelocity
-
compareTo
- Specified by:
compareTo
in interfaceComparable<VehicleInterpolationData>
-