toggle menu
osrs-226-model
1.0.0-ALPHA-20241221
jvm
switch theme
search in API
osrs-226-model
/
net.rsprot.protocol.game.outgoing.clan
/
ClanSettingsDelta
/
SetClanNameUpdate
Set
Clan
Name
Update
class
SetClanNameUpdate
(
val
clanName
:
String
)
:
ClanSettingsDelta.Update
Clan name updates are used to modify the name of the clan.
Members
Constructors
Set
Clan
Name
Update
Link copied to clipboard
constructor
(
clanName
:
String
)
Properties
clan
Name
Link copied to clipboard
val
clanName
:
String
the new clan name to assign to this clan.
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String