Updated ProtocolManager (markdown)

Dan Mulloy 2019-12-26 21:09:26 -05:00
parent 89838fed29
commit f39c192522
1 changed files with 3 additions and 1 deletions

@ -25,4 +25,6 @@ The main methods you will be working with in the ProtocolManager are:
More advanced methods can be found in the JavaDocs:
* [ProtocolManager JavaDoc](https://ci.dmulloy2.net/job/ProtocolLib/javadoc/com/comphenix/protocol/ProtocolManager.html)
* [PacketStream JavaDoc](https://ci.dmulloy2.net/job/ProtocolLib/javadoc/com/comphenix/protocol/PacketStream.html) (PacketStream is the [superclass](https://www.geeksforgeeks.org/inheritance-in-java/) of ProtocolManager)
* [PacketStream JavaDoc](https://ci.dmulloy2.net/job/ProtocolLib/javadoc/com/comphenix/protocol/PacketStream.html) (PacketStream is the [superclass](https://www.geeksforgeeks.org/inheritance-in-java/) of ProtocolManager)
## [Next Page](https://github.com/dmulloy2/ProtocolLib/wiki/Packet-listeners-and-adapters)