Package net.runelite.api
Interface NameableContainer<T extends Nameable>
-
- All Known Subinterfaces:
FriendContainer
,FriendsChatManager
public interface NameableContainer<T extends Nameable>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
findByName(String name)
Find a nameable by nameint
getCount()
Get the number of members in this containerT[]
getMembers()
Get the members in this containerint
getSize()
Get the maximum size of the container.
-
-
-
Method Detail
-
getCount
int getCount()
Get the number of members in this container- Returns:
-
getSize
int getSize()
Get the maximum size of the container.- Returns:
-
getMembers
T[] getMembers()
Get the members in this container- Returns:
-
-