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

Method getNewName

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

Returns the new name of the object. @return

()

Source from the content-addressed store, hash-verified

35 * @return
36 */
37 public String getNewName() {
38 return nameNew;
39 }
40
41 /**
42 * Updates the new name.

Callers 15

fillGapMethod · 0.80
fixFromMappingsTextMethod · 0.80
mapMethodNameMethod · 0.80
mapFieldNameMethod · 0.80
MappingClassWriterMethod · 0.80
remapClassMethod · 0.80
fixOverrideNamesMethod · 0.80
processMethod · 0.80
findFieldsByNameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected