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