Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
* Hypixel API wrapper for OneConfig.
* <br><br>
* When this class is first referenced, it will set up the Hypixel API handlers for you. After that, all the methods for sending and receiving packets
* are available directly from their classes, such as {@link HypixelModAPI#registerHandler(Class, ClientboundPacketHandler)}.
* are available directly from their classes, such as {@link HypixelModAPI#createHandler(Class, ClientboundPacketHandler)}.
* <br><br>
* This class is a simple wrapper around this functionality, providing a simple way to access the Hypixel API.
*
Expand Down
Loading