toggle menu
openrs2
jvm
switch theme
search in API
openrs2
/
org.openrs2.archive.world
/
World
World
data
class
World
(
val
id
:
Int
,
val
flags
:
Int
,
val
hostname
:
String
,
val
activity
:
String
,
val
country
:
Int
,
val
players
:
Int
)
Members
Constructors
World
Link copied to clipboard
constructor
(
id
:
Int
,
flags
:
Int
,
hostname
:
String
,
activity
:
String
,
country
:
Int
,
players
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
activity
Link copied to clipboard
val
activity
:
String
country
Link copied to clipboard
val
country
:
Int
flags
Link copied to clipboard
val
flags
:
Int
hostname
Link copied to clipboard
val
hostname
:
String
id
Link copied to clipboard
val
id
:
Int
is
Beta
Link copied to clipboard
val
isBeta
:
Boolean
players
Link copied to clipboard
val
players
:
Int