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

Method setUseDiffColors

src/main/java/matcher/gui/Gui.java:426–434  ·  view source on GitHub ↗
(boolean useDiffColors)

Source from the content-addressed store, hash-verified

424 }
425
426 public void setUseDiffColors(boolean useDiffColors) {
427 if (this.useDiffColors == useDiffColors) return;
428
429 this.useDiffColors = useDiffColors;
430
431 for (IGuiComponent c : components) {
432 c.onViewChange(ViewChangeCause.DIFF_COLORS_TOGGLED);
433 }
434 }
435
436 public NameType getNameType() {
437 return nameType;

Callers

nothing calls this directly

Calls 1

onViewChangeMethod · 0.65

Tested by

no test coverage detected