ActionContainer

class ActionContainer(val title: String = MC.currentScreen?.title?.string ?: throw IllegalStateException("No screen is currently open"))

Constructors

Link copied to clipboard
constructor(title: String = MC.currentScreen?.title?.string ?: throw IllegalStateException("No screen is currently open"))

Types

Link copied to clipboard
object Companion
Link copied to clipboard
object MenuItems

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun addActions(actions: List<Action>)
Link copied to clipboard
Link copied to clipboard
suspend fun getActions(): List<Action>
Link copied to clipboard
suspend fun setActions(newActions: List<Action>)
Link copied to clipboard
suspend fun updateActions(newActions: List<Action>)