ModAPI icon indicating copy to clipboard operation
ModAPI copied to clipboard

Fix multiple code quality issues

Open Cynive opened this issue 3 months ago • 0 comments

  • Fix spelling error in ServerboundRegisterPacket JavaDoc
  • Fix inconsistent variable naming in toString() and exception messages
  • Remove redundant @SuppressWarnings annotation in HypixelModAPI
  • Add missing equals() and hashCode() methods to UnknownErrorReason
  • Add null safety check in TestPacketRoundtrip to prevent NPE

Cynive avatar Sep 14 '25 18:09 Cynive