Uses of Interface
jag.game.relationship.RSNamePair
-
Packages that use RSNamePair Package Description jag.game.relationship jag.game.scene.entity jag.opcode -
-
Uses of RSNamePair in jag.game.relationship
Methods in jag.game.relationship that return RSNamePair Modifier and Type Method Description RSNamePairRSChatLine. getChannelPair()RSNamePairRSChatter. getDisplayName()RSNamePairRSPartyUser. getDisplayName()RSNamePairRSChatter. getPreviousName()default RSNamePairRSPartyUser. getPreviousName()Methods in jag.game.relationship that return types with arguments of type RSNamePair Modifier and Type Method Description HashMap<RSNamePair,T>RSChatterContext. getDisplayNameCache()HashMap<RSNamePair,T>RSChatterContext. getPreviousNameCache() -
Uses of RSNamePair in jag.game.scene.entity
Methods in jag.game.scene.entity that return RSNamePair Modifier and Type Method Description RSNamePairRSPlayer. getNamePair() -
Uses of RSNamePair in jag.opcode
Methods in jag.opcode that return RSNamePair Modifier and Type Method Description RSNamePairRSFriendLoginUpdate. getNamePair()
-