MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / clear

Method clear

src/main/java/net/optifine/DynamicLightsMap.java:43–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41 }
42
43 public void clear()
44 {
45 this.map.clear();
46 this.list.clear();
47 this.setDirty();
48 }
49
50 private void setDirty()
51 {

Callers

nothing calls this directly

Calls 2

setDirtyMethod · 0.95
clearMethod · 0.65

Tested by

no test coverage detected