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

Method onViewChange

src/main/java/matcher/gui/menu/ViewMenu.java:140–143  ·  view source on GitHub ↗
(ViewChangeCause cause)

Source from the content-addressed store, hash-verified

138 }
139
140 @Override
141 public void onViewChange(ViewChangeCause cause) {
142 updateSelections();
143 }
144
145 private void updateSelections() {
146 for (Toggle toggle : sortSourceToggleGroup.getToggles()) {

Callers

nothing calls this directly

Calls 1

updateSelectionsMethod · 0.95

Tested by

no test coverage detected