9
0
mirror of https://github.com/WiIIiam278/HuskSync.git synced 2025-12-19 14:59:21 +00:00

feat: Move flight status into its own data type, use lombok for data class (#273)

* refactor: use lombok, separate flight, close #191

* refactor: suppress some warnings

* refactor: suppress unused `from` warnings

* refactor: correct bad null-annotations on Items

* refactor: fix null annotation on `getStack`

* refactor: override methods for getting flight status

* docs: add deprecation docs for flight in gamemode data
This commit is contained in:
William
2024-04-10 14:34:19 +01:00
committed by GitHub
parent be5d1128de
commit a35e83a424
16 changed files with 204 additions and 378 deletions

View File

@@ -3,7 +3,7 @@ org.gradle.jvmargs='-Dfile.encoding=UTF-8'
org.gradle.daemon=true
javaVersion=17
plugin_version=3.4.1
plugin_version=3.5
plugin_archive=husksync
plugin_description=A modern, cross-server player data synchronization system