app
/
org.powbot.api.rt4
/
WorldListItem
World
List
Item
data class
WorldListItem
(number:
Int
, players:
Int
, country:
String
, members:
Boolean
, type:
String
)
Content copied to clipboard
Author
rvbiljouw
Constructors
Functions
Properties
Constructors
WorldListItem
Link copied to clipboard
fun
WorldListItem
(number:
Int
, players:
Int
, country:
String
, members:
Boolean
, type:
String
= "")
Content copied to clipboard
Functions
to
String
Link copied to clipboard
open override fun
toString
():
String
Content copied to clipboard
Properties
country
Link copied to clipboard
val
country
:
String
Content copied to clipboard
members
Link copied to clipboard
val
members
:
Boolean
Content copied to clipboard
number
Link copied to clipboard
val
number
:
Int
Content copied to clipboard
players
Link copied to clipboard
val
players
:
Int
Content copied to clipboard
type
Link copied to clipboard
val
type
:
String
Content copied to clipboard