IgnoreListAdd

class IgnoreListAdd(val name: String) : IncomingGameMessage

Ignore list addition events are sent whenever the player requests to add another player to their ignorelist

Constructors

Link copied to clipboard
constructor(name: String)

Properties

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

the name of the player to add to their ignorelist

Functions

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