java.lang.Object
net.botwithus.rs3.input.GameInput
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
setInputText
(String text, int type) static void
setIntInput
(int value) Sets the int input to the given value.static void
setTextInput
(@NotNull String value) Sets the text input to the given value.static void
Talks 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
-