This site requires JavaScript, please enable it in your browser!
Greenfoot back
Klxvixn
Klxvixn wrote ...

2016/4/15

Missing or unreadable API documentation for actor class.

Klxvixn Klxvixn

2016/4/15

#
I am on the third chapter of the book, trying to implement the canSee and eat methods in greenfoot/java, they don't let my code run for some reason probably because they're inherited methods from the Animal class, and my current Crab class signature extends only the actor class. But i double click the actor class and it gives me an error message stating in a small window "missing or unreadable API documentation". i don't know if it's normal, I stand confused.
Super_Hippo Super_Hippo

2016/4/15

#
If you use a the current version of Greenfoot, you can just change the method names to be able to use them in the Actor class: canSee → isTouching eat → removeTouching You can also find the API online: http://www.greenfoot.org/files/javadoc/
You need to login to post a reply.