MCPcopy Create free account
hub / github.com/GraxCode/zelixkiller / addChild

Method addChild

src/me/lpk/mapping/MappedClass.java:191–193  ·  view source on GitHub ↗

Adds a child instance to the class. @param child

(MappedClass child)

Source from the content-addressed store, hash-verified

189 * @param child
190 */
191 public void addChild(MappedClass child) {
192 children.put(child.getOriginalName(), child);
193 }
194
195
196 /**

Callers 1

linkMappingsMethod · 0.95

Calls 1

getOriginalNameMethod · 0.80

Tested by

no test coverage detected