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

Method getCreateClassInstance

src/main/java/matcher/type/ClassEnv.java:24–24  ·  view source on GitHub ↗
(String id)

Source from the content-addressed store, hash-verified

22 ClassInstance getLocalClsById(String id);
23
24 default ClassInstance getCreateClassInstance(String id) {
25 return getCreateClassInstance(id, true);
26 }
27

Callers 14

parseMethod · 0.65
analyzeMethodMethod · 0.65
queueTryCatchBlocksMethod · 0.65
CommonClassesMethod · 0.65
getCommonSuperClassMethod · 0.65
MethodInstanceMethod · 0.65
gatherArgsMethod · 0.65
gatherVarsMethod · 0.65
getArrayClsMethod · 0.65
processClassAMethod · 0.65
addOuterClassMethod · 0.65

Implementers 1

ClassEnvironmentsrc/main/java/matcher/type/ClassEnviro

Calls

no outgoing calls

Tested by

no test coverage detected