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

Method addMethod

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

Add a method to the class. Returns the method's index. @param mm @return

(MappedMember mm)

Source from the content-addressed store, hash-verified

228 * @return
229 */
230 public void addMethod(MappedMember mm) {
231 methods.add(mm);
232 }
233
234 /**
235 * Returns true if the given name is a child of this class.

Callers 2

generateClassMappingMethod · 0.95
readMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected