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

Method setSortMatchesAlphabetically

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

Source from the content-addressed store, hash-verified

355 }
356
357 public void setSortMatchesAlphabetically(boolean value) {
358 if (this.sortMatchesAlphabetically == value) return;
359
360 this.sortMatchesAlphabetically = value;
361
362 for (IGuiComponent c : components) {
363 c.onViewChange(ViewChangeCause.SORTING_CHANGED);
364 }
365 }
366
367 public boolean isUseClassTreeView() {
368 return useClassTreeView;

Callers

nothing calls this directly

Calls 1

onViewChangeMethod · 0.65

Tested by

no test coverage detected