Remove deprecated WorldPoint.toPoint() method
This commit is contained in:
@@ -29,7 +29,6 @@ import lombok.Value;
|
||||
import net.runelite.api.Client;
|
||||
import static net.runelite.api.Constants.CHUNK_SIZE;
|
||||
import net.runelite.api.Perspective;
|
||||
import net.runelite.api.Point;
|
||||
|
||||
/**
|
||||
* A three-dimensional point representing the coordinate of a Tile.
|
||||
@@ -273,12 +272,6 @@ public class WorldPoint
|
||||
);
|
||||
}
|
||||
|
||||
@Deprecated
|
||||
public Point toPoint()
|
||||
{
|
||||
return new Point(x, y);
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the ID of the region containing this tile.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user