IgnoreListDel

class IgnoreListDel(val name: String) : IncomingGameMessage

Ignore list deletion messages are sent whenever the player requests to delete another player from 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 delete from 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