Package net.runelite.client.chat
Interface ChatboxInputListener
-
- All Known Implementing Classes:
ChatCommandManager
,TwitchPlugin
public interface ChatboxInputListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
onChatboxInput(ChatboxInput chatboxInput)
boolean
onPrivateMessageInput(PrivateMessageInput privateMessageInput)
-
-
-
Method Detail
-
onChatboxInput
boolean onChatboxInput(ChatboxInput chatboxInput)
-
onPrivateMessageInput
boolean onPrivateMessageInput(PrivateMessageInput privateMessageInput)
-
-