UpdateIgnoreList

class UpdateIgnoreList(val ignores: List<UpdateIgnoreList.IgnoredPlayer>) : OutgoingGameMessage

Update ignorelist is used to perform changes to the ignore list. Unlike friend list, it is possible to delete ignore list entries from the server's perspective.

Constructors

Link copied to clipboard
constructor(ignores: List<UpdateIgnoreList.IgnoredPlayer>)

Types

Link copied to clipboard
class AddedIgnoredEntry(val name: String, val previousName: String?, val note: String, val added: Boolean) : UpdateIgnoreList.IgnoredPlayer

Added ignore entry encompasses all the ignore list entries which are added to the ignore list, be that during login or individual additions of new entries.

Link copied to clipboard
sealed interface IgnoredPlayer
Link copied to clipboard

Removed ignored entry is an ignored entry that is requested to be deleted from the ignore list of this player.

Properties

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

the list of ignores to add or remove.

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