Package jag.game.relationship
Interface RSPartyDelta
-
public interface RSPartyDelta
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte
getKickRank()
String
getName()
byte
getTalkRank()
List<RSPartyUser>
getUsers()
-
-
-
Method Detail
-
getUsers
List<RSPartyUser> getUsers()
-
getName
String getName()
-
getKickRank
byte getKickRank()
-
getTalkRank
byte getTalkRank()
-
-