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
/
Clients
Clients
inner
class
Clients
Members
Constructors
Clients
Link copied to clipboard
constructor
(
)
Functions
call
Function
Link copied to clipboard
fun
callFunction
(
clientId
:
String
,
name
:
String
,
input
:
String
?
=
null
)
:
String
get
Functions
Link copied to clipboard
fun
getFunctions
(
clientId
:
String
)
:
List
<
String
>
launch
Link copied to clipboard
fun
launch
(
config
:
LaunchConfig
=
LaunchConfig()
)
list
Link copied to clipboard
fun
list
(
)
:
List
<
ClientInfo
>
maximize
Link copied to clipboard
fun
maximize
(
clientId
:
String
)
minimize
Link copied to clipboard
fun
minimize
(
clientId
:
String
)
set
Position
Link copied to clipboard
fun
setPosition
(
clientId
:
String
,
x
:
Int
,
y
:
Int
)
set
Size
Link copied to clipboard
fun
setSize
(
clientId
:
String
,
width
:
Int
,
height
:
Int
)
terminate
Link copied to clipboard
fun
terminate
(
clientId
:
String
)