Package net.eternalclient.api.rs
Interface RSFriendLoginUpdate
-
- All Superinterfaces:
net.eternalclient.api.data.rs.PendingLogin
public interface RSFriendLoginUpdate extends net.eternalclient.api.data.rs.PendingLogin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RSUsername
getRsName()
short
getWorld()
-
-
-
Method Detail
-
getRsName
RSUsername getRsName()
-
getWorld
short getWorld()
- Specified by:
getWorld
in interfacenet.eternalclient.api.data.rs.PendingLogin
-
-