Tribot SDK
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Tribot SDK
script-sdk
/
org.tribot.script.sdk
/
GameListening
Game
Listening
open
class
GameListening
Contains listeners for game events. These are scoped to the script and are removed when it ends.
Members
Constructors
Game
Listening
Link copied to clipboard
constructor
(
)
Functions
add
Game
Tick
Listener
Link copied to clipboard
open
fun
addGameTickListener
(
listener
:
Runnable
)
Adds a listener that will run when a game server tick processes
remove
Game
Tick
Listener
Link copied to clipboard
open
fun
removeGameTickListener
(
listener
:
Runnable
)
Removes a game tick listener