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

Method getFields

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

Returns a map of field mappings. Keys are based on the index they appear in the class. @return

()

Source from the content-addressed store, hash-verified

151 * @return
152 */
153 public List<MappedMember> getFields() {
154 return fields;
155 }
156
157 /**
158 * Returns a collection of methods in the MappedClass.

Callers 15

fixFromMappingsTextMethod · 0.95
generateClassMappingMethod · 0.95
findFieldsByNameMethod · 0.95
findFieldsByDescMethod · 0.95
readMethod · 0.95
correlateMethod · 0.80
fillGapMethod · 0.80
areSimiliarMethod · 0.80
linkMappingsMethod · 0.80
remapClassMethod · 0.80
saveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected