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

Method getUidString

src/main/java/matcher/type/FieldInstance.java:143–149  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

141 }
142
143 @Override
144 protected String getUidString() {
145 int uid = getUid();
146 if (uid < 0) return null;
147
148 return cls.env.getGlobal().fieldUidPrefix+uid;
149 }
150
151 @Override
152 public boolean hasPotentialMatch() {

Callers

nothing calls this directly

Calls 2

getUidMethod · 0.65
getGlobalMethod · 0.65

Tested by

no test coverage detected