Class GameInput

java.lang.Object
net.botwithus.rs3.input.GameInput

public final class GameInput extends Object
  • Method Details

    • talk

      public static void talk(String value)
      Talks in the game chat.
      Parameters:
      value - The message to talk in the game chat.
    • setTextInput

      public static void setTextInput(@NotNull @NotNull String value)
      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

      public static void setInputText(String text, int type)