Action Container
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"))