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

Method getField

src/main/java/matcher/gui/menu/UidMenu.java:187–189  ·  view source on GitHub ↗
(ClassInstance cls, String fullId)

Source from the content-addressed store, hash-verified

185 }
186
187 private static FieldInstance getField(ClassInstance cls, String fullId) {
188 return cls.getField(fullId.substring(fullId.lastIndexOf('/', fullId.lastIndexOf(";;") - 2) + 1));
189 }
190
191 private void submitMatches(DoubleConsumer progressConsumer) {
192 UidConfig config = Config.getUidConfig();

Callers 2

importMatchesMethod · 0.95
visitFieldMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected