InteractionWithWidgetActions

open class InteractionWithWidgetActions(identifier: String, action: String, type: InteractionType, widgetActions: Set<WidgetAction>?) : Interaction

Functions

handle
Link copied to clipboard
open override fun handle(): Boolean

Gets overridden

handleWidgetActions
Link copied to clipboard
fun handleWidgetActions(): Boolean

Properties

action
Link copied to clipboard
val action: String
identifier
Link copied to clipboard
val identifier: String
requirements
Link copied to clipboard
val requirements: List<Any>? = null
type
Link copied to clipboard
val type: InteractionType
widgetActions
Link copied to clipboard
val widgetActions: Set<WidgetAction>?

Inheritors

NamedEntityInteraction
Link copied to clipboard
ItemInteraction
Link copied to clipboard
SpellInteraction
Link copied to clipboard