Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
correlate
Method · 0.80
fillGap
Method · 0.80
fixFromMappingsText
Method · 0.80
linkMappings
Method · 0.80
addOverrides
Method · 0.80
getCommonSuperClass
Method · 0.80
remapClass
Method · 0.80
keepName
Method · 0.80
findMethodByNameAndDesc
Method · 0.80
findFieldByNameAndDesc
Method · 0.80
findFieldsByName
Method · 0.80
findMethodsByName
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected