Question to some Actor mehtods
By Gevater_Tod4711, with no replies.
Hi all,
I got a question concerning some methods in the Actor class. E.g. The methods getIntersectingObjects, getOneObjectAtOffset, ...
Why are these methods declared protected and not public?
I often have got situations where the use of these methods from other classes would be very helpfull.
But because they are protected I always need to declare some helpmehtods.
If these methods don't need to be protected it would be great if you could change that in the next greenfoot update.
Actually this question is for the Greenfoot Admin Team but if anyone else knows the answer feel free to answer it.