Class NpcDialogueData
- java.lang.Object
-
- net.runelite.client.plugins.crowdsourcing.dialogue.NpcDialogueData
-
public class NpcDialogueData extends Object
-
-
Constructor Summary
Constructors Constructor Description NpcDialogueData(String message, String name)
-
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
getName()
int
hashCode()
String
toString()
-