AffinedClanMember

constructor(hash: Long, name: String, rank: Int, extraInfo: Int, joinRuneDay: Int, muted: Boolean)

Constructor for when the hash and name are both being transmitted.


constructor(name: String, rank: Int, extraInfo: Int, joinRuneDay: Int, muted: Boolean)

Constructor for when only the name, and no hashes are being transmitted.


constructor(hash: Long, rank: Int, extraInfo: Int, joinRuneDay: Int, muted: Boolean)

Constructor for when only the hash and no name is being transmitted.