EnterInputScreen

open class EnterInputScreen

Contains methods for inspecting and interacting with the commonly used 'enter input' screen that appears over the chatbox

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun enter(quantity: Int): Boolean
Enters the specified number into the enter input screen, and presses enter
open fun enter(input: String): Boolean
Enters the specified input into the enter input screen, and presses enter
Link copied to clipboard
Gets the currently entered input
Link copied to clipboard
Gets the enter amount screen prompt message Ex.
Link copied to clipboard
open fun getType(): Optional<Integer>
The input type (ex.
Link copied to clipboard
open fun isOpen(): Boolean
Checks if the enter input screen is open