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

Method getMethods

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

Returns a collection of methods in the MappedClass. @return

()

Source from the content-addressed store, hash-verified

160 * @return
161 */
162 public List<MappedMember> getMethods() {
163 return methods;
164 }
165
166 /**
167 * Finds a field given an index.

Callers 15

fixFromMappingsTextMethod · 0.95
generateClassMappingMethod · 0.95
findMethodsByNameMethod · 0.95
findMethodsByDescMethod · 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