Package net.eternalclient.api.rs
Interface RSUserList<T extends net.eternalclient.api.data.rs.Nameable>
-
- All Superinterfaces:
net.eternalclient.api.data.rs.NameableContainer<T>
- All Known Subinterfaces:
RSFriendsChat
,RSIgnoreList
public interface RSUserList<T extends net.eternalclient.api.data.rs.Nameable> extends net.eternalclient.api.data.rs.NameableContainer<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RSUser
findByName(RSUsername name)
int
getCount()
RSUser[]
getNameables()
int
getSize()
-
-
-
Method Detail
-
getNameables
RSUser[] getNameables()
-
getCount
int getCount()
- Specified by:
getCount
in interfacenet.eternalclient.api.data.rs.NameableContainer<T extends net.eternalclient.api.data.rs.Nameable>
-
getSize
int getSize()
- Specified by:
getSize
in interfacenet.eternalclient.api.data.rs.NameableContainer<T extends net.eternalclient.api.data.rs.Nameable>
-
findByName
RSUser findByName(RSUsername name)
-
-