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

Method getLists

src/main/java/PrivacyLists/PrivacySelect.java:87–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

85 }
86
87 protected final void getLists() {
88 try {
89 Thread.sleep(500);
90 } catch (Exception e) { }
91 stream.addBlockListener(this);
92 processIcon(true);
93 PrivacyList.privacyListRq(false, null, "getplists");
94 }
95
96 public void menuAction(MenuCommand c, VirtualList d) {
97 if (c==cmdCancel) {

Callers 4

PrivacySelectMethod · 0.95
menuActionMethod · 0.95
cmdDeleteMethod · 0.95
menuActionMethod · 0.80

Calls 3

processIconMethod · 0.95
privacyListRqMethod · 0.95
addBlockListenerMethod · 0.45

Tested by

no test coverage detected