EnterInputScreen

public class EnterInputScreen

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

Functions

enter
Link copied to clipboard
static boolean enter(int quantity)
Enters the specified number into the enter input screen, and presses enter
static boolean enter(String input)
Enters the specified input into the enter input screen, and presses enter
getCurrentInput
Link copied to clipboard
static String getCurrentInput()
Gets the currently entered input
getPromptMessage
Link copied to clipboard
static String getPromptMessage()
Gets the enter amount screen prompt message Ex.
getType
Link copied to clipboard
static Optional<IntegergetType()
The input type (ex.
isOpen
Link copied to clipboard
static boolean isOpen()
Checks if the enter input screen is open