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

Method deleteList

src/main/java/PrivacyLists/PrivacyList.java:70–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68 }
69
70 public void deleteList() {
71 JabberDataBlock list0=listBlock();
72 privacyListRq(true, list0, "storelst");
73 }
74
75 public void activate(String atr) {
76 JabberDataBlock a=new JabberDataBlock(atr);

Callers 1

cmdDeleteMethod · 0.80

Calls 2

listBlockMethod · 0.95
privacyListRqMethod · 0.95

Tested by

no test coverage detected