Serverbound Interact Packet Util
Util class for attaching and working with the ServerboundInteractPacket for user-defined interactions by the player.
Types
Link copied to clipboard
Link copied to clipboard
data class InteractEvent(var entityId: Int, var isAttack: Boolean, var sneakKeyPressed: Boolean, var clickActionType: ServerboundInteractPacketUtil.ClickActionType)