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

Method isUseClassTreeView

src/main/java/matcher/gui/Gui.java:367–369  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

365 }
366
367 public boolean isUseClassTreeView() {
368 return useClassTreeView;
369 }
370
371 public void setUseClassTreeView(boolean value) {
372 if (this.useClassTreeView == value) return;

Callers 3

onViewChangeMethod · 0.80
initMethod · 0.80
updateSelectionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected