Also, to make your player only cut the yew trees within the area you have selected, you have to do this v
RS2Object yew = getObjects().closest(WC, "Yew");
As you can see, you are telling the bot to check the closest tree in the WC area, against the tree "Yew"