ComponentsUpdateEvent

class ComponentsUpdateEvent(val source: ComponentsUpdateEvent.Source, val components: List<HudComponent>, val themeId: String? = null) : Event, WebSocketEvent

Constructors

Link copied to clipboard
constructor(source: ComponentsUpdateEvent.Source, components: List<HudComponent>, themeId: String? = null)

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Indicates whether the event should be serialized asynchronously. If set to true, the event will be serialized in a separate thread.

Link copied to clipboard
open override val serializer: Gson
Link copied to clipboard
Link copied to clipboard