InteractEvent

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)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard