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

Method listBlock

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

Source from the content-addressed store, hash-verified

62 }
63
64 private JabberDataBlock listBlock() {
65 JabberDataBlock list0=new JabberDataBlock("list");
66 list0.setAttribute("name", name);
67 return list0;
68 }
69
70 public void deleteList() {
71 JabberDataBlock list0=listBlock();

Callers 2

generateListMethod · 0.95
deleteListMethod · 0.95

Calls 1

setAttributeMethod · 0.95

Tested by

no test coverage detected