MCPcopy Create free account
hub / github.com/BombusMod/BombusMod / getFocusedMsgList

Method getFocusedMsgList

src/main/java/Client/Roster.java:1692–1699  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1690 }
1691
1692 private ContactMessageList getFocusedMsgList() {
1693 Object e = getFocusedObject();
1694 if (e instanceof Contact) {
1695 return ((Contact) e).getMsgList();
1696 }
1697
1698 return null;
1699 }
1700
1701 public void messageEditResume() {
1702 if (!isLoggedIn()) {

Callers 2

eventOkMethod · 0.95
messageEditResumeMethod · 0.95

Calls 2

getFocusedObjectMethod · 0.80
getMsgListMethod · 0.80

Tested by

no test coverage detected