mirror of
https://github.com/GeyserMC/MCProtocolLib.git
synced 2024-12-04 12:51:09 -05:00
A library for communication with a Minecraft client/server.
333b7d247d
Throwable#toString() returns a description of the Throwable that includes the name of the class appended to Throwable#getLocalizedMessage(), which can be used for debugging purposes. |
||
---|---|---|
example/org/spacehq/packetlib/test | ||
src/main/java/org/spacehq/packetlib | ||
.gitignore | ||
LICENSE.txt | ||
pom.xml | ||
README.md |
PacketLib
PacketLib is a library for packet-based networking between clients and servers It was made as a basis for other projects involving packet networking.
Test Example
See examples/org/spacehq/packetlib/test
Building the Source
PacketLib uses Maven to manage dependencies. Simply run 'mvn clean install' in the source's directory.
Builds can be downloaded here. Javadocs can be found here.
License
PacketLib is licensed under the MIT license.