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

Method addInnerClass

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

Adds an inner class to this class. @param child

(MappedClass child)

Source from the content-addressed store, hash-verified

208 * @param child
209 */
210 public void addInnerClass(MappedClass child) {
211 inners.put(child.getOriginalName(), child);
212 }
213
214 /**
215 * Add a field to the class. Returns the field's index.

Callers 1

linkMappingsMethod · 0.95

Calls 1

getOriginalNameMethod · 0.80

Tested by

no test coverage detected