MCPcopy 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

resourcesReloadedMethod · 0.95
setOptionValueOFMethod · 0.95

Calls 3

isRandomEntitiesMethod · 0.95
initializeMethod · 0.95
clearMethod · 0.65

Tested by

no test coverage detected