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