All previous deprecated methods removed (OH GOD EVERYTHING BROKEN)

By: Dinnerbone <dinnerbone@dinnerbone.com>
This commit is contained in:
Bukkit/Spigot
2011-03-14 15:05:46 +00:00
parent e377a96a02
commit 7e9974d53c
5 changed files with 1 additions and 57 deletions

View File

@@ -17,24 +17,6 @@ public interface Entity {
*/
public Location getLocation();
/**
* Gets this entity's current momentum
*
* @return Current travelling momentum of this entity
* @deprecated See {@link #getVelocity()}
*/
@Deprecated
public Vector getMomentum();
/**
* Sets this entity's momentum
*
* @param vector New momentum to travel with
* @deprecated See {@link #setVelocity(org.bukkit.util.Vector)}
*/
@Deprecated
public void setMomentum(Vector vector);
/**
* Sets this entity's velocity
*