ChangingSideboardLine

class ChangingSideboardLine(val textFlow: Flow<Component>) : SideboardLine(source)

Deprecated

Use SideboardLine.Changing instead.

Replace with

SideboardLine.Changing

A sideboard line which does change. Everytime the given textFlow emits a new Text, the sideboard line will be updated for all players currently seeing the Sideboard.

Constructors

Link copied to clipboard
constructor(textFlow: Flow<Component>)

Properties

Link copied to clipboard
open override val textFlow: Flow<Component>

The internal text flow, which the sideboard collects in order to receive line updates.