Package net.runelite.client.events
Class ChatboxInput
- java.lang.Object
-
- net.runelite.client.events.ChatInput
-
- net.runelite.client.events.ChatboxInput
-
public final class ChatboxInput extends ChatInput
An event called when input is placed into the chatbox and sent
-
-
Constructor Summary
Constructors Constructor Description ChatboxInput(String value, int chatType, Runnable resume)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
int
getChatType()
sent message type 0 = public 1 = cheat 2 = friends chat 3 = clan chat 4 = guest clanString
getValue()
the chatbox inputint
hashCode()
String
toString()
-
Methods inherited from class net.runelite.client.events.ChatInput
consume, isConsumed, resume
-
-