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

Method isUseDiffColors

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

Source from the content-addressed store, hash-verified

420 }
421
422 public boolean isUseDiffColors() {
423 return useDiffColors;
424 }
425
426 public void setUseDiffColors(boolean useDiffColors) {
427 if (this.useDiffColors == useDiffColors) return;

Callers 3

setCellStyleMethod · 0.80
initMethod · 0.80
updateSelectionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected