Chatbox

open class Chatbox

Contains methods for inspecting and interacting with the chatbox screen (the box that contains chat messages from players for example)

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
enum Tab

Functions

Link copied to clipboard
Accepts the most recent trade request
open fun acceptTradeRequest(trader: String): Boolean
Accepts a trade request from the specified trader
Link copied to clipboard
Gets chat box bounders
Link copied to clipboard
open fun hide(): Boolean
Hides the chatbox by clicking switch tab on the currently open tab
Link copied to clipboard
open fun isOpen(): Boolean
Checks if the chatbox is open (not hidden)