MCPcopy Create free account
hub / github.com/FabricMC/Matcher / getInnerName

Method getInnerName

src/main/java/matcher/type/ClassInstance.java:1153–1155  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

1151 }
1152
1153 public static String getInnerName(String name) {
1154 return name.substring(name.lastIndexOf('$') + 1);
1155 }
1156
1157 public static String getNestedName(String outerName, String innerName) {
1158 if (outerName == null || innerName == null) {

Callers 3

visitDstNameMethod · 0.95
evalFilterMethod · 0.95
getInnerName0Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected