Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DGVPSH/SlackOpen
/ update
Method
update
src/main/java/net/optifine/RandomEntities.java:405–414 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
403
}
404
405
public
static
void
update()
406
{
407
mapProperties.clear();
408
active = false;
409
410
if
(Config.isRandomEntities())
411
{
412
initialize();
413
}
414
}
415
416
private
static
void
initialize()
417
{
Callers
2
resourcesReloaded
Method · 0.95
setOptionValueOF
Method · 0.95
Calls
3
isRandomEntities
Method · 0.95
initialize
Method · 0.95
clear
Method · 0.65
Tested by
no test coverage detected