Package net.runelite.api
Interface Nameable
-
- All Superinterfaces:
Comparable<Nameable>
- All Known Subinterfaces:
ChatPlayer
,ClanChannelMember
,Friend
,FriendsChatMember
,Ignore
public interface Nameable extends Comparable<Nameable>
Represents a chat entity that has a name.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
The name of the player.String
getPrevName()
The previous name the player had.-
Methods inherited from interface java.lang.Comparable
compareTo
-
-