Tribot SDK
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Tribot SDK
automation-sdk
/
org.tribot.automation.launcher.sdk
/
LauncherClient
/
Accounts
Accounts
inner
class
Accounts
Members
Constructors
Accounts
Link copied to clipboard
constructor
(
)
Functions
add
Link copied to clipboard
fun
add
(
username
:
String
,
password
:
String
,
world
:
Int
?
=
null
,
bankPin
:
String
?
=
null
,
tags
:
String
?
=
null
,
notes
:
String
?
=
null
,
proxyId
:
Int
?
=
null
)
:
Int
delete
Link copied to clipboard
fun
delete
(
accountId
:
Int
)
list
Link copied to clipboard
fun
list
(
)
:
List
<
Account
>
save
Link copied to clipboard
fun
save
(
accountId
:
Int
,
username
:
String
?
=
null
,
password
:
String
?
=
null
,
world
:
Int
?
=
null
,
bankPin
:
String
?
=
null
,
tags
:
String
?
=
null
,
notes
:
String
?
=
null
,
proxyId
:
Int
?
=
null
)