Added a new Location and added Entity.getLocation().

This commit is contained in:
sk89q
2014-04-26 19:48:21 -07:00
parent b0a52a4cf7
commit 33e641d5f2
9 changed files with 565 additions and 12 deletions

View File

@@ -19,6 +19,10 @@
package com.sk89q.worldedit;
/**
* @deprecated Use {@link com.sk89q.worldedit.util.Location} wherever possible
*/
@Deprecated
public class Location {
private final LocalWorld world;
private final Vector position;