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

Method PrivacyItem

src/main/java/PrivacyLists/PrivacyItem.java:78–80  ·  view source on GitHub ↗

Creates a new instance of PrivacyItem

()

Source from the content-addressed store, hash-verified

76
77 /** Creates a new instance of PrivacyItem */
78 public PrivacyItem() {
79 super(RosterIcons.getInstance());
80 }
81
82 public PrivacyItem(JabberDataBlock item) {
83 this();

Callers

nothing calls this directly

Calls 5

getInstanceMethod · 0.95
getTypeAttributeMethod · 0.80
getChildBlockMethod · 0.80
equalsMethod · 0.45
getAttributeMethod · 0.45

Tested by

no test coverage detected