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

Method setShowNonInputs

src/main/java/matcher/gui/Gui.java:385–393  ·  view source on GitHub ↗
(boolean showNonInputs)

Source from the content-addressed store, hash-verified

383 }
384
385 public void setShowNonInputs(boolean showNonInputs) {
386 if (this.showNonInputs == showNonInputs) return;
387
388 this.showNonInputs = showNonInputs;
389
390 for (IGuiComponent c : components) {
391 c.onViewChange(ViewChangeCause.DISPLAY_CLASSES_CHANGED);
392 }
393 }
394
395 public boolean isHideUnmappedA() {
396 return hideUnmappedA;

Callers

nothing calls this directly

Calls 1

onViewChangeMethod · 0.65

Tested by

no test coverage detected