PacketInteractionCallback

@FunctionalInterface()
public interface PacketInteractionCallback

Receives a decoded interaction with the exact action and hand sent by the client.

Functions

Link copied to clipboard
public abstract void accept(Player player, PacketEntityInterface packetEntity, PacketInteractionContext context)