I see in Explv's AIO there is something that highlights Tree's that you are chopping, is there something similar to mark tiles in a similar way to runelite?
EXPLV's Woodcutting reference:
if (targetTree != null) {
graphics.setColor(Color.GREEN);
getGraphics().drawEntity(targetTree, graphics);
}
This is colouring an Entity , however the tile is not an entity...