toggle menu
openrs2
jvm
switch theme
search in API
openrs2
/
org.openrs2.protocol.world.downstream
/
WorldListResponse
/
Country
Country
data
class
Country
(
val
id
:
Int
,
val
name
:
String
)
:
Comparable
<
WorldListResponse.Country
>
Members
Constructors
Country
Link copied to clipboard
constructor
(
id
:
Int
,
name
:
String
)
Properties
id
Link copied to clipboard
val
id
:
Int
name
Link copied to clipboard
val
name
:
String
Functions
compare
To
Link copied to clipboard
open
operator override
fun
compareTo
(
other
:
WorldListResponse.Country
)
:
Int