ClientAPI
ClientAPI copied to clipboard
API designed to make Minecraft "Utility Mods" have Universal Support
[Spotless](https://github.com/diffplug/spotless/tree/master/plugin-gradle) is a cool code formatting util that can be easily integrated into build.gradle and configured for custom code formatting of different file types. This will be usable as gradle...
`src/test` should include unit tests for each public class of clientapi. These should try to test that the API performs as expected and should be runable without minecraft being open....
ClientAPI should setup Continuous Integration (e.g. TravisCI, Jenkins, etc) to test commits/PRs and automatically deploy artefacts to a maven repo and GitHub releases. It probably also makes sense to use...