Package net.runelite.client.events
Class PrivateMessageInput
- java.lang.Object
-
- net.runelite.client.events.ChatInput
-
- net.runelite.client.events.PrivateMessageInput
-
public final class PrivateMessageInput extends ChatInput
-
-
Constructor Summary
Constructors Constructor Description PrivateMessageInput(String target, String message, Runnable resume)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
String
getMessage()
String
getTarget()
int
hashCode()
String
toString()
-
Methods inherited from class net.runelite.client.events.ChatInput
consume, isConsumed, resume
-
-