IeactComponent

abstract class IeactComponent<P, S>(size: Int, title: Component, props: P?, player: Player)

Functions

Link copied to clipboard
open fun onClose()
Link copied to clipboard
abstract fun render(): IeactRendered

Properties

Link copied to clipboard
val closed: Boolean
Link copied to clipboard
val player: Player
Link copied to clipboard
val size: Int
Link copied to clipboard
val title: Component

Inheritors

Link copied to clipboard
Link copied to clipboard