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

Method mapDesc

src/me/lpk/mapping/SkidRemapper.java:27–30  ·  view source on GitHub ↗
(String desc)

Source from the content-addressed store, hash-verified

25 }
26
27 @Override
28 public String mapDesc(String desc) {
29 return super.mapDesc(StringUtils.fixDesc(desc, mappings));
30 }
31
32 @Override
33 public String mapType(String type) {

Callers

nothing calls this directly

Calls 1

fixDescMethod · 0.95

Tested by

no test coverage detected