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

2018/2/26

greenfoot.core package api?

CubeGamer6 CubeGamer6

2018/2/26

#
I recently came across this discussion and noticed the implementation of the greenfoot.core package. Since i wanted to use it i started looking for it's api. After some googling i just couldn't seem to find it's api online. Then i checked the Greenfoot folder in Program Files(x86) and still couldn't find any docs. Does anyone have any idea where i can find the api for the greenfoot.core package? Thanks in advance
davmac davmac

2018/2/26

#
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).
You need to login to post a reply.