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

Method setMappedName

src/main/java/matcher/type/ClassInstance.java:914–918  ·  view source on GitHub ↗
(String mappedName)

Source from the content-addressed store, hash-verified

912 }
913
914 public void setMappedName(String mappedName) {
915 assert mappedName == null || !hasOuterName(mappedName);
916
917 this.mappedName = mappedName;
918 }
919
920 @Override
921 public boolean hasMappedChildren() {

Callers 4

propagateNamesMethod · 0.45
fixRecordMemberNamesMethod · 0.45
visitDstNameMethod · 0.45
clearMethod · 0.45

Calls 1

hasOuterNameMethod · 0.95

Tested by

no test coverage detected