Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DGVPSH/SlackOpen
/ clear
Method
clear
src/main/java/net/optifine/DynamicLights.java:485–491 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
483
}
484
485
public
static
void
clear()
486
{
487
synchronized (mapDynamicLights)
488
{
489
mapDynamicLights.clear();
490
}
491
}
492
493
public
static
int
getCount()
494
{
Callers
2
setWorldAndLoadRenderers
Method · 0.95
loadRenderers
Method · 0.95
Calls
1
clear
Method · 0.65
Tested by
no test coverage detected