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

Method getInterfaces

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

Returns the map of interfaces the class has. @return

()

Source from the content-addressed store, hash-verified

256 * @return
257 */
258 public List<MappedClass> getInterfaces() {
259 return interfaces;
260 }
261
262 /**
263 * Get's the ClassNode associated with the mapping.

Callers 12

addOverridesMethod · 0.95
correlateMethod · 0.80
fillGapMethod · 0.80
areSimiliarMethod · 0.80
linkMappingsMethod · 0.80
remapClassMethod · 0.80
findMethodParentMethod · 0.80
findFieldInParentMethod · 0.80
getParentMethod · 0.80
getParentsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected