Package jag.opcode
Interface RSFriendLoginUpdate
-
- All Superinterfaces:
RSProvider
public interface RSFriendLoginUpdate extends RSProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RSNamePair
getNamePair()
int
getTime()
short
getWorld()
-
-
-
Method Detail
-
getWorld
short getWorld()
-
getNamePair
RSNamePair getNamePair()
-
getTime
int getTime()
-
-