IfSetText

class IfSetText(val combinedId: Int, val text: String) : OutgoingGameMessage

If set-text packet is used to set the text on a text component.

Constructors

Link copied to clipboard
constructor(interfaceId: Int, componentId: Int, text: String)
constructor(combinedId: Int, text: String)

Properties

Link copied to clipboard
open override val category: ServerProtCategory
Link copied to clipboard

the bitpacked combination of interfaceId and componentId.

Link copied to clipboard

the component id on the interface on which the text resides

Link copied to clipboard

the interface id on which the text resides

Link copied to clipboard

the text to assign

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun estimateSize(): Int
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String