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

Method addChild

src/main/java/Messages/MessageParser.java:89–92  ·  view source on GitHub ↗
(char c, Leaf child)

Source from the content-addressed store, hash-verified

87 }
88
89 private void addChild(char c, Leaf child){
90 this.child.addElement(child);
91 smileChars = smileChars + c;
92 }
93 }
94
95 private void addSmile(Leaf rootSmile, String smile, int index) {

Callers 1

addSmileMethod · 0.95

Calls 1

addElementMethod · 0.80

Tested by

no test coverage detected