Line endings. This is getting very annoying.

By: Dinnerbone <dinnerbone@dinnerbone.com>
This commit is contained in:
Bukkit/Spigot
2011-04-05 16:35:57 +01:00
parent 871953413c
commit b6e68ee5e5
2 changed files with 75 additions and 75 deletions

View File

@@ -1,24 +1,24 @@
package org.bukkit.entity;
import org.bukkit.util.Vector;
/**
* Represents a vehicle entity.
*
* @author sk89q
*/
public interface Vehicle extends Entity {
/**
* Gets the vehicle's velocity.
*
* @return velocity vector
*/
public Vector getVelocity();
/**
* Sets the vehicle's velocity.
*
* @param vel velocity vector
*/
public void setVelocity(Vector vel);
}
package org.bukkit.entity;
import org.bukkit.util.Vector;
/**
* Represents a vehicle entity.
*
* @author sk89q
*/
public interface Vehicle extends Entity {
/**
* Gets the vehicle's velocity.
*
* @return velocity vector
*/
public Vector getVelocity();
/**
* Sets the vehicle's velocity.
*
* @param vel velocity vector
*/
public void setVelocity(Vector vel);
}