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

Method mapType

src/me/lpk/mapping/SkidRemapper.java:32–39  ·  view source on GitHub ↗
(String type)

Source from the content-addressed store, hash-verified

30 }
31
32 @Override
33 public String mapType(String type) {
34 // Do not map null types
35 if (type == null) {
36 return null;
37 }
38 return super.mapType(StringUtils.fixDesc(type, mappings));
39 }
40
41 @Override
42 public String[] mapTypes(String[] types) {

Callers

nothing calls this directly

Calls 1

fixDescMethod · 0.95

Tested by

no test coverage detected