mirror of
https://github.com/architectury/architectury-api.git
synced 2026-03-29 04:09:59 -05:00
* Added SimpleNetworkManager * Implemented requested changes for SimpleNetworkManager * Add javadoc to networking.simple * Finish up PacketID docs * Fix javadoc building * Added license headers * Renamed BasePacket to Message and PacketID to MessageType * PacketDecoder -> MessageDecoder Signed-off-by: shedaniel <daniel@shedaniel.me> * Rename constructor parameters Signed-off-by: shedaniel <daniel@shedaniel.me> * Final touches Signed-off-by: shedaniel <daniel@shedaniel.me> * Apply suggestions from code review Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com> * Fixes to the javadocs Signed-off-by: shedaniel <daniel@shedaniel.me> * Bump to 1.20 Signed-off-by: shedaniel <daniel@shedaniel.me> Co-authored-by: Juuz <6596629+Juuxel@users.noreply.github.com> Co-authored-by: shedaniel <daniel@shedaniel.me>