diff --git a/runelite-api/src/main/java/net/runelite/api/GameObject.java b/runelite-api/src/main/java/net/runelite/api/GameObject.java index 2dbf259795..0d81a48e46 100644 --- a/runelite-api/src/main/java/net/runelite/api/GameObject.java +++ b/runelite-api/src/main/java/net/runelite/api/GameObject.java @@ -35,6 +35,19 @@ import net.runelite.api.coords.Angle; */ public interface GameObject extends TileObject { + /** + * Get the size of this object, in tiles, on the x axis + * + * @return + */ + int sizeX(); + + /** + * Get the size of this object, in tiles, on the y axis + * + * @return + */ + int sizeY(); /** * Gets the minimum x and y scene coordinate pair for this game object.