Package net.runelite.api
Interface ChatPlayer
-
- All Superinterfaces:
Comparable<Nameable>
,Nameable
- All Known Subinterfaces:
ClanChannelMember
,Friend
,FriendsChatMember
public interface ChatPlayer extends Nameable
Represents a player in the chat.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getWorld()
-
Methods inherited from interface java.lang.Comparable
compareTo
-
Methods inherited from interface net.runelite.api.Nameable
getName, getPrevName
-
-