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

Method isInput

src/main/java/matcher/type/ClassInstance.java:382–384  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

380 }
381
382 public boolean isInput() {
383 return input;
384 }
385
386 public ClassInstance getElementClass() {
387 if (!isArray()) throw new IllegalStateException("not applicable to non-array");

Callers 13

processInputsMethod · 0.95
getStatusMethod · 0.80
processMethod · 0.80
propagateNamesMethod · 0.80
saveMethod · 0.80
submitMatchesMethod · 0.80
assignMissingMethod · 0.80
processMethod · 0.80
getNameMethod · 0.80
MethodInstanceMethod · 0.80
getDisplayClassesMethod · 0.80
processClassAMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected