java.lang.Object
net.botwithus.rs3.input.GameInput
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidsetInputText(String text, int type) Deprecated, for removal: This API element is subject to removal in a future version.static voidsetInputValue(String value, int type) Sets the input value.static voidsetIntInput(int value) Sets the int input to the given value.static voidsetTextInput(@NotNull String value) Sets the text input to the given value.static voidTalks in the game chat.
-
Method Details
-
talk
Talks in the game chat.- Parameters:
value- The message to talk in the game chat.
-
setTextInput
Sets the text input to the given value.- Parameters:
value- The string value to set the text input field to.
-
setIntInput
public static void setIntInput(int value) Sets the int input to the given value.- Parameters:
value- the value to set the int input to
-
setInputText
Deprecated, for removal: This API element is subject to removal in a future version. -
setInputValue
Sets the input value.- Parameters:
value- The value to set the input to.type- The type of input to set (1 or varcstring 2506, 2 for varcstring 2507, 3 for varcstring 2250).
-