All previous deprecated methods removed (OH GOD EVERYTHING BROKEN)
By: Dinnerbone <dinnerbone@dinnerbone.com>
This commit is contained in:
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user