public boolean isOnMinimap(Tile t) { if (me.getLocation().distanceTo(t) < 15) { return true; } return false; }