Can you please explain to me what are you doing.
From what i read on api
http://osbot.org/api/org/osbot/rs07/api/filter/FilterAPI.html#filter-java.util.Collection-org.osbot.rs07.api.filter.Filter...-
Signature is
filter(Filter<E>... filters)
So, what are you guys passing as parameter?
I'm trying to get all the objects of various id's inside an area.
I was trying to
getObjects().filter(new IdFilter(id),new AreaFilter(area));
But getting many repeated objects?
Another question:
For example, when i chop a tree, and i have an object, when it grows up, is the same object with different model, or is a new object