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