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

Method getOriginalName

src/me/lpk/mapping/MappedObject.java:28–30  ·  view source on GitHub ↗

Returns the original name of the object. @return

()

Source from the content-addressed store, hash-verified

26 * @return
27 */
28 public String getOriginalName() {
29 return nameOriginal;
30 }
31
32 /**
33 * Returns the new name of the object.

Callers 15

correlateMethod · 0.80
fillGapMethod · 0.80
fixFromMappingsTextMethod · 0.80
linkMappingsMethod · 0.80
addOverridesMethod · 0.80
getCommonSuperClassMethod · 0.80
remapClassMethod · 0.80
keepNameMethod · 0.80
findFieldsByNameMethod · 0.80
findMethodsByNameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected