Interact Event
data class InteractEvent(var entityId: Int, var isAttack: Boolean, var sneakKeyPressed: Boolean, var clickActionType: ServerboundInteractPacketUtil.ClickActionType)
Constructors
Link copied to clipboard
constructor(entityId: Int, isAttack: Boolean, sneakKeyPressed: Boolean, clickActionType: ServerboundInteractPacketUtil.ClickActionType)