Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DGVPSH/SlackOpen
/ getCount
Method
getCount
src/main/java/net/optifine/DynamicLights.java:493–499 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
491
}
492
493
public
static
int
getCount()
494
{
495
synchronized (mapDynamicLights)
496
{
497
return
mapDynamicLights.size();
498
}
499
}
500
501
public
static
ItemStack getItemStack(EntityItem entityItem)
502
{
Callers
1
getVersionDebug
Method · 0.95
Calls
1
size
Method · 0.45
Tested by
no test coverage detected