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

Method mapTypes

src/me/lpk/mapping/SkidRemapper.java:41–47  ·  view source on GitHub ↗
(String[] types)

Source from the content-addressed store, hash-verified

39 }
40
41 @Override
42 public String[] mapTypes(String[] types) {
43 for (int i = 0; i < types.length; i++) {
44 types[i] = StringUtils.fixDesc(types[i], mappings);
45 }
46 return super.mapTypes(types);
47 }
48
49 @Override
50 public String mapMethodDesc(String desc) {

Callers

nothing calls this directly

Calls 1

fixDescMethod · 0.95

Tested by

no test coverage detected