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

Method addField

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

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

(MappedMember mm)

Source from the content-addressed store, hash-verified

218 * @return
219 */
220 public void addField(MappedMember mm) {
221 fields.add(mm);
222 }
223
224 /**
225 * Add a method to the class. Returns the method's index.

Callers 2

generateClassMappingMethod · 0.95
readMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected