toggle menu
openrs2
jvm
switch theme
search in API
openrs2
/
org.openrs2.game.store
/
PlayerStore
Player
Store
interface
PlayerStore
Inheritors
DummyPlayerStore
Members
Functions
check
Name
Link copied to clipboard
abstract
suspend
fun
checkName
(
username
:
String
)
:
Result
<
Unit
,
CreateResponse
>
create
Link copied to clipboard
abstract
suspend
fun
create
(
gameNewsletters
:
Boolean
,
otherNewsletters
:
Boolean
,
shareDetailsWithBusinessPartners
:
Boolean
,
username
:
String
,
password
:
String
,
affiliate
:
Int
,
dateOfBirth
:
LocalDate
,
country
:
CountryCode
,
email
:
String
)
:
Result
<
Unit
,
CreateResponse
>