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

Method setUseClassTreeView

src/main/java/matcher/gui/Gui.java:371–379  ·  view source on GitHub ↗
(boolean value)

Source from the content-addressed store, hash-verified

369 }
370
371 public void setUseClassTreeView(boolean value) {
372 if (this.useClassTreeView == value) return;
373
374 this.useClassTreeView = value;
375
376 for (IGuiComponent c : components) {
377 c.onViewChange(ViewChangeCause.CLASS_TREE_VIEW_TOGGLED);
378 }
379 }
380
381 public boolean isShowNonInputs() {
382 return showNonInputs;

Callers

nothing calls this directly

Calls 1

onViewChangeMethod · 0.65

Tested by

no test coverage detected