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

Method setNewName

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

Updates the new name. @param nameNew

(String nameNew)

Source from the content-addressed store, hash-verified

44 * @param nameNew
45 */
46 public void setNewName(String nameNew) {
47 if (isLibrary){
48 return;
49 }
50 this.nameNew = nameNew;
51 }
52
53 /**
54 * Updates the new desc.

Callers 11

correlateMethod · 0.80
fillGapMethod · 0.80
fixFromMappingsTextMethod · 0.80
remapClassMethod · 0.80
fixOverrideNamesMethod · 0.80
readMethod · 0.80
addFieldMethod · 0.80
addMethodMethod · 0.80
readClassMethod · 0.80
addFieldMethod · 0.80
addMethodMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected