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 RSNamePairgetNamePair()intgetTime()shortgetWorld()
-
-
-
Method Detail
-
getWorld
short getWorld()
-
getNamePair
RSNamePair getNamePair()
-
getTime
int getTime()
-
-