Package jag.game.relationship
Interface RSRelationshipSystem
-
- All Superinterfaces:
RSProvider
public interface RSRelationshipSystem extends RSProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidbefriend(String name)RSFriendListContextgetFriendListContext()RSIgnoreListContextgetIgnoreListContext()voidignore(String name)voidunbefriend(String name)voidunignore(String name)
-
-
-
Method Detail
-
getIgnoreListContext
RSIgnoreListContext getIgnoreListContext()
-
getFriendListContext
RSFriendListContext getFriendListContext()
-
befriend
void befriend(String name)
-
unbefriend
void unbefriend(String name)
-
ignore
void ignore(String name)
-
unignore
void unignore(String name)
-
-