MCPcopy Create free account
hub / github.com/Card-Forge/forge / getInstance

Method getInstance

forge-core/src/main/java/forge/util/Localizer.java:25–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23 private boolean english = false;
24
25 public static Localizer getInstance() {
26 if (instance == null) {
27 synchronized (Localizer.class) {
28 instance = new Localizer();
29 }
30 }
31 return instance;
32 }
33
34 public void setEnglish(boolean value) {
35 english = value;

Callers 15

prepareAllZonesMethod · 0.95
GameLogFormatterClass · 0.95
visitMethod · 0.95
sacrificeMethod · 0.95
millMethod · 0.95
executeReplacementMethod · 0.95
runReplaceDamageMethod · 0.95
assignBlockersDamageMethod · 0.95
assignAttackersDamageMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected