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

Method isSortMatchesAlphabetically

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

Source from the content-addressed store, hash-verified

351 }
352
353 public boolean isSortMatchesAlphabetically() {
354 return sortMatchesAlphabetically;
355 }
356
357 public void setSortMatchesAlphabetically(boolean value) {
358 if (this.sortMatchesAlphabetically == value) return;

Callers 4

onViewChangeMethod · 0.80
updateResultsMethod · 0.80
initMethod · 0.80
updateSelectionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected