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
/
Account
Account
data
class
Account
(
val
id
:
Int
,
val
legacyLoginName
:
String
?
,
val
jagexCharacter
:
String
?
,
val
jagexAccount
:
JagexAccountInfo
?
,
val
proxyId
:
Int
?
,
val
proxy
:
ProxyRef
?
,
val
preferredWorld
:
Int
?
,
val
bankPin
:
String
?
,
val
tags
:
String
?
,
val
notes
:
String
?
)
Members
Constructors
Account
Link copied to clipboard
constructor
(
id
:
Int
,
legacyLoginName
:
String
?
,
jagexCharacter
:
String
?
,
jagexAccount
:
JagexAccountInfo
?
,
proxyId
:
Int
?
,
proxy
:
ProxyRef
?
,
preferredWorld
:
Int
?
,
bankPin
:
String
?
,
tags
:
String
?
,
notes
:
String
?
)
Properties
bank
Pin
Link copied to clipboard
val
bankPin
:
String
?
id
Link copied to clipboard
val
id
:
Int
jagex
Account
Link copied to clipboard
val
jagexAccount
:
JagexAccountInfo
?
jagex
Character
Link copied to clipboard
val
jagexCharacter
:
String
?
legacy
Login
Name
Link copied to clipboard
val
legacyLoginName
:
String
?
notes
Link copied to clipboard
val
notes
:
String
?
preferred
World
Link copied to clipboard
val
preferredWorld
:
Int
?
proxy
Link copied to clipboard
val
proxy
:
ProxyRef
?
proxy
Id
Link copied to clipboard
val
proxyId
:
Int
?
tags
Link copied to clipboard
val
tags
:
String
?