Revert Extent.createEntity() taking a Vector.

This commit is contained in:
sk89q
2014-07-10 14:50:40 -07:00
parent d50cd89005
commit c564278dd6
9 changed files with 21 additions and 21 deletions

View File

@ -233,7 +233,7 @@ public class BukkitWorld extends LocalWorld {
@Nullable
@Override
public com.sk89q.worldedit.entity.Entity createEntity(Vector position, BaseEntity entity) {
public com.sk89q.worldedit.entity.Entity createEntity(com.sk89q.worldedit.util.Location location, BaseEntity entity) {
throw new UnsupportedOperationException("Not implemented yet");
}