AddedIgnoredEntry

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.

Constructors

Link copied to clipboard
constructor(name: String, previousName: String?, note: String, added: Boolean)

Properties

Link copied to clipboard

whether the ignore list entry was just added, or if it's a historic entry sent during login. If the property is false, the client skips any existing name checks.

Link copied to clipboard
open override val name: String

the name of the player to be added to the ignore list

Link copied to clipboard

the note attached to this player. This property is not used in any of the OldSchool RuneScape clients.

Link copied to clipboard

the previous name of that player, if they had any. Set to null if there is no previous name associated.

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