Merge pull request #424 from oplosthee/grounditems-height
Incorporate height into the GroundItems overlay
This commit is contained in:
@@ -26,6 +26,8 @@ package net.runelite.api;
|
||||
|
||||
public interface ItemLayer extends TileObject
|
||||
{
|
||||
int getHeight();
|
||||
|
||||
Renderable getBottom();
|
||||
|
||||
Renderable getMiddle();
|
||||
|
||||
@@ -45,6 +45,8 @@ public interface TileObject
|
||||
|
||||
Point getCanvasLocation();
|
||||
|
||||
Point getCanvasLocation(int zOffset);
|
||||
|
||||
Polygon getCanvasTilePoly();
|
||||
|
||||
Point getCanvasTextLocation(Graphics2D graphics, String text, int zOffset);
|
||||
|
||||
Reference in New Issue
Block a user