Uses of Interface
net.runelite.api.Nameable
-
Packages that use Nameable Package Description net.runelite.api net.runelite.api.clan net.runelite.api.events -
-
Uses of Nameable in net.runelite.api
Classes in net.runelite.api with type parameters of type Nameable Modifier and Type Interface Description interfaceNameableContainer<T extends Nameable>Subinterfaces of Nameable in net.runelite.api Modifier and Type Interface Description interfaceChatPlayerRepresents a player in the chat.interfaceFriendRepresents a player in the friends list.interfaceFriendsChatMemberRepresents a friends chat member.interfaceIgnoreAn entry on the ignore list.Methods in net.runelite.api that return Nameable Modifier and Type Method Description T[]NameableContainer. getMembers()Get the members in this container -
Uses of Nameable in net.runelite.api.clan
Subinterfaces of Nameable in net.runelite.api.clan Modifier and Type Interface Description interfaceClanChannelMemberA member of a clan channel -
Uses of Nameable in net.runelite.api.events
Methods in net.runelite.api.events that return Nameable Modifier and Type Method Description NameableNameableNameChanged. getNameable()The nameable that changed names.NameableRemovedFriend. getNameable()The removed friend or ignore entryConstructors in net.runelite.api.events with parameters of type Nameable Constructor Description NameableNameChanged(Nameable nameable)RemovedFriend(Nameable nameable)
-