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

Method getDesc

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

Returns the bytecode description of the object. @return

()

Source from the content-addressed store, hash-verified

17 * @return
18 */
19 public String getDesc() {
20 return desc;
21 }
22
23 /**
24 * Returns the original name of the object.

Callers 15

removeDynamicCallsMethod · 0.80
preTransformMethod · 0.80
correlateMethod · 0.80
getTypesFromMemberMethod · 0.80
fixFromMappingsTextMethod · 0.80
addOverridesMethod · 0.80
keepNameMethod · 0.80
findFieldsByDescMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected