More work on the Chat Registries

leaving some debug in as I'm still working on this, TODO:

some registries are now 1:1 with what is sended, however, there is some
restructing here as the code doesn't reflect some caveats of how this information
is populated, i.e. fields which where said to not be nullable are actually in fact
nullable, AND, this matters, at least if we wanna ensure that what we send is what
we got

Needs some moving stuff around to factor the above in, overlay section needs dealing with

currently breaks chatting, chances are the registry repopulation is bork somewhere
This commit is contained in:
Shane Freeder
2022-06-11 01:29:12 +01:00
parent 4599d15003
commit 5448f54380
4 changed files with 128 additions and 31 deletions

View File

@@ -2,11 +2,11 @@ import com.github.jengelman.gradle.plugins.shadow.transformers.Log4j2PluginsCach
plugins {
id 'java'
id 'checkstyle'
//id 'checkstyle' // This is bork
}
apply plugin: 'org.cadixdev.licenser'
apply from: '../gradle/checkstyle.gradle'
//apply from: '../gradle/checkstyle.gradle' // This is bork
apply plugin: 'com.github.johnrengelman.shadow'
license {