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

Method setHideUnmappedA

src/main/java/matcher/gui/Gui.java:399–407  ·  view source on GitHub ↗
(boolean hideUnmappedA)

Source from the content-addressed store, hash-verified

397 }
398
399 public void setHideUnmappedA(boolean hideUnmappedA) {
400 if (this.hideUnmappedA == hideUnmappedA) return;
401
402 this.hideUnmappedA = hideUnmappedA;
403
404 for (IGuiComponent c : components) {
405 c.onViewChange(ViewChangeCause.DISPLAY_CLASSES_CHANGED);
406 }
407 }
408
409 public void updateCss() {
410 if (lastSwitchedToTheme != null) {

Callers

nothing calls this directly

Calls 1

onViewChangeMethod · 0.65

Tested by

no test coverage detected