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 RSNamePair
RSChatLine. getChannelPair()
RSNamePair
RSChatter. getDisplayName()
RSNamePair
RSPartyUser. getDisplayName()
RSNamePair
RSChatter. getPreviousName()
default RSNamePair
RSPartyUser. 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 RSNamePair
RSPlayer. getNamePair()
-
Uses of RSNamePair in jag.opcode
Methods in jag.opcode that return RSNamePair Modifier and Type Method Description RSNamePair
RSFriendLoginUpdate. getNamePair()
-