Skip to content

deathcap/BedrockAPI

Repository files navigation

Bedrock API

(Abandoned) Replacement for the Bukkit API

Update 2014/09/07: Project abandoned as it is not clear this is a viable approach. The idea was to clean-room recode Bukkit but there are concerns whether using the published API documentation constitutes a derivative work, requiring GPLv3 instead of the desirable MIT license. May or may not be true, but IANAL and don't have time to continue investigating further. If anyone else has any interest pursuing this technique, this repository remains available as a proof-of-concept (relicensed as GPLv3 as of the last commit to be safe in case it is legally required as a derivative work of Bukkit), as are all the tools and scripts used to generate it. cheers, -deathcap

Based on the javadoc documentation with stubs generated using unjavadoc. No code from the official Bukkit API is used in this repository, all was written using only the API documentation for reference.

Very incomplete: currently this code compiles (run ./gradlew), but due to the large number of missing method implementations, that's about it. Forks welcome.

License

MIT

About

a clean room alternative for the Bukkit API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages