All previous deprecated methods removed (OH GOD EVERYTHING BROKEN)

This commit is contained in:
Dinnerbone
2011-03-14 15:05:46 +00:00
parent 157f9d9d9f
commit 79f7cea622
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
*