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

Method EntityCaps

src/main/java/xmpp/EntityCaps.java:39–41  ·  view source on GitHub ↗

Creates a new instance of EntityCaps

()

Source from the content-addressed store, hash-verified

37 * Creates a new instance of EntityCaps
38 */
39 public EntityCaps() {
40 initCaps();
41 }
42
43 public int blockArrived(JabberDataBlock data) {
44 if (!(data instanceof Iq)) {

Callers

nothing calls this directly

Calls 1

initCapsMethod · 0.95

Tested by

no test coverage detected