I am trying to get all of the objects in the world that are an instance of my "PowerSource" class, and then move them. However, when I use getObjects(PowerSource.class), all the powerSource objects returned don't seem to have any methods or variable, as even if I try to use nodes.get(0).getX(), I get a compile error saying 'cannot find symbol - method getX()'
What am I doing wrong?

