I'm using Greenfoot to the 1st time and i had externalized a class named MouseManager.
So i can t use getNeighbours in my MouseManager class like 
I have 1 question : 
  (Actor) act.getNeighbours();
Why does Greenfoot not allowed this usage ?
Greenfoot could permit a class creation by using the UI without be World or Actor extended ?