Functions

Link copied to clipboard
abstract fun init(client: BlueConicClient, interactionContext: BlueConicClient.InteractionContext)

"Constructor" method for plugins.

Link copied to clipboard
abstract fun onDestroy()

Invoked when the interaction should close.

Link copied to clipboard
abstract fun onLoad()

Invoked when the interaction should execute.