getIntersectingObjects() is protected, so I can not call it from a subclass of World. I was reading the article below...
https://docs.oracle.com/javase/tutorial/java/javaOO/accesscontrol.html
and would love some more context and to know if there is anyway around it.