#603: Specify what velocity changes in javadocs
By: Martoph <sager1018@gmail.com>
This commit is contained in:
@@ -18,7 +18,7 @@ public interface Vehicle extends Entity {
|
||||
public Vector getVelocity();
|
||||
|
||||
/**
|
||||
* Sets the vehicle's velocity.
|
||||
* Sets the vehicle's velocity in meters per tick.
|
||||
*
|
||||
* @param vel velocity vector
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user