greenfoot.core package api?
By CubeGamer6, with 1 reply.
Replied to by davmac, almost 8 years ago:
The greenfoot.core package is not meant to be part of the public Greenfoot API, that is, you aren't really supposed to use it from scenarios. If you do, your scenario won't work as a HTML5 app if you export it here, and might not work between different versions of Greenfoot (because the greenfoot.core API can change incompatibly between versions).
If you really want to know what classes and methods are available in the current version of Greenfoot, you could check the Greenfoot source code (which you can get from the Download page).