Uses of Class
net.runelite.client.events.ChatInput
-
Packages that use ChatInput Package Description net.runelite.client.chat net.runelite.client.events -
-
Uses of ChatInput in net.runelite.client.chat
Method parameters in net.runelite.client.chat with type arguments of type ChatInput Modifier and Type Method Description void
ChatCommandManager. registerCommand(String command, BiConsumer<ChatMessage,String> execute, BiPredicate<ChatInput,String> input)
void
ChatCommandManager. registerCommandAsync(String command, BiConsumer<ChatMessage,String> execute, BiPredicate<ChatInput,String> input)
-
Uses of ChatInput in net.runelite.client.events
Subclasses of ChatInput in net.runelite.client.events Modifier and Type Class Description class
ChatboxInput
An event called when input is placed into the chatbox and sentclass
PrivateMessageInput
-