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

Method FieldInstance

src/main/java/matcher/type/FieldInstance.java:19–21  ·  view source on GitHub ↗

Create a shared unknown field.

(ClassInstance cls, String origName, String desc, boolean isStatic)

Source from the content-addressed store, hash-verified

17 * Create a shared unknown field.
18 */
19 FieldInstance(ClassInstance cls, String origName, String desc, boolean isStatic) {
20 this(cls, origName, desc, null, false, -1, isStatic);
21 }
22
23 /**
24 * Create a known field.

Callers

nothing calls this directly

Calls 6

getIdMethod · 0.95
parseMethod · 0.95
isInputMethod · 0.80
checkOriginMethod · 0.80
getEnvMethod · 0.65

Tested by

no test coverage detected