Data
data class Data(val target: EffectiveAbstractInteract.Target.Item, val click: EffectiveAbstractInteract.Click, val callback: InteractCallback, val cooldownData: EffectiveAbstractInteract.CooldownData<EffectiveClickable.EventsCallOptions>?, val ifRightClickOpenContainer: Boolean = false) : EffectiveAbstractInteract.Data<EffectiveClickable.EventsCallOptions>
A registered click handler: which item, which Click, the callback and optional cooldown.
Constructors
Link copied to clipboard
constructor(target: EffectiveAbstractInteract.Target.Item, click: EffectiveAbstractInteract.Click, callback: InteractCallback, cooldownData: EffectiveAbstractInteract.CooldownData<EffectiveClickable.EventsCallOptions>?, ifRightClickOpenContainer: Boolean = false)
Properties
Link copied to clipboard
Link copied to clipboard
open override val cooldownData: EffectiveAbstractInteract.CooldownData<EffectiveClickable.EventsCallOptions>?
Link copied to clipboard