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 void
befriend(String name)
RSFriendListContext
getFriendListContext()
RSIgnoreListContext
getIgnoreListContext()
void
ignore(String name)
void
unbefriend(String name)
void
unignore(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)
-
-