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

Method setParent

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

Set's the parent mapped instance. @param parent

(MappedClass parent)

Source from the content-addressed store, hash-verified

283 * @param parent
284 */
285 public void setParent(MappedClass parent) {
286 this.parent = parent;
287 }
288
289 /**
290 * Returns a map of inner classes.

Callers 1

linkMappingsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected