Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnorLinfoot committed May 4, 2024
1 parent 40a5f7e commit bee90d5
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
import net.fabricmc.fabric.api.event.EventFactory;
import net.hypixel.modapi.packet.ClientboundHypixelPacket;

/**
* Callback for when a Hypixel Mod API packet is received.
*/
public interface HypixelModAPICallback {

Event<HypixelModAPICallback> EVENT = EventFactory.createArrayBacked(HypixelModAPICallback.class, callbacks -> packet -> {
Expand Down

0 comments on commit bee90d5

Please sign in to comment.