Implement ProtocolState API (#1224)

* Implement ProtocolState API

* Renamed method to #getProtocolState

* Added sinceMinecraft javadoc tag

* Fixed PreLoginEvent#getUniqueId documentation
This commit is contained in:
Adrian
2024-03-03 16:21:22 -05:00
committed by GitHub
parent 2c8355fc45
commit c34dafe2a2
11 changed files with 110 additions and 5 deletions

View File

@@ -73,7 +73,8 @@ tasks {
o.tags(
"apiNote:a:API Note:",
"implSpec:a:Implementation Requirements:",
"implNote:a:Implementation Note:"
"implNote:a:Implementation Note:",
"sinceMinecraft:a:Since Minecraft:"
)
// Disable the crazy super-strict doclint tool in Java 8