Class ChatMessageData
- java.lang.Object
-
- net.runelite.client.plugins.crowdsourcing.dialogue.ChatMessageData
-
public class ChatMessageData extends Object
-
-
Constructor Summary
Constructors Constructor Description ChatMessageData(String message, ChatMessageType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
String
getMessage()
ChatMessageType
getType()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
ChatMessageData
public ChatMessageData(String message, ChatMessageType type)
-
-
Method Detail
-
getMessage
public String getMessage()
-
getType
public ChatMessageType getType()
-
canEqual
protected boolean canEqual(Object other)
-
-