Events Call Options
data class EventsCallOptions(val player: Player, val target: EffectiveAbstractInteract.Target.Block, val click: EffectiveAbstractInteract.Click, val hand: EquipmentSlot, val blockFace: BlockFace) : EffectiveAbstractInteract.EventsCallOptions<EffectiveAbstractInteract.Target.Block>
Context passed to an InteractCallback: the player, the clicked block, the click type, hand and face.