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

Method setMatchable

src/main/java/matcher/type/ClassInstance.java:330–337  ·  view source on GitHub ↗
(boolean matchable)

Source from the content-addressed store, hash-verified

328 }
329
330 @Override
331 public boolean setMatchable(boolean matchable) {
332 if (!matchable && matchedClass != null) return false;
333
334 this.matchable = matchable;
335
336 return true;
337 }
338
339 @Override
340 public ClassInstance getMatch() {

Callers 2

toggleMatchableMethod · 0.95
readMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected