Java commands

Hello all i’m quite new at this community, but I’ve started to work on my first algo in java, and I’ve noticed that commands are different than in python. Like game_state.attempt_spawn (python) move.attemptSpawnMultiple (java). I find it quite hard to discover all the commands on my own. Does anyone know where i can find documentation or something like that to help me with my java algo?
Thanks in the advanace.
Marw

I am not personally using Java, but you can find the javadocs here (where C1GamesStarterKit is the GitHub starter-kit repository) :
C1GamesStarterKit\java-algo\build\docs\javadoc\

1 Like

Also, on the algo docs website documentation is available for all languages.

2 Likes

Thank you all. Helped me alot.