Updated Packet listeners and adapters (markdown)

Dan Mulloy 2021-07-02 11:05:39 -04:00
parent 8a3bcb1dc6
commit ecf2ad1a53
1 changed files with 1 additions and 1 deletions

@ -25,7 +25,7 @@ You can find a list of all packets in the [JavaDocs](https://ci.dmulloy2.net/job
## PacketContainer
PacketContainer is how plugins can modify packets with ProtocolLib. It contains accessors for every type of field present in Minecraft packets. In this example, `packet.getStrings()` returns a modifier for each String field in the chat packet.
You can read more about PacketContainers on the wiki page: [insert]
You can read more about PacketContainers on the wiki page: [PacketContainer](https://github.com/dmulloy2/ProtocolLib/wiki/PacketContainer)
## Odds and Ends
* Every packet can be cancelled with `event.setCancelled(true)` (that doesn't mean you _should_, but you _can_)