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

Method getLocalizer

forge-gui-mobile/src/forge/Forge.java:165–169  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

163 return FModel.getPreferences();
164 }
165 public static Localizer getLocalizer() {
166 if (localizer == null)
167 localizer = Localizer.getInstance();
168 return localizer;
169 }
170 @Override
171 public void create() {
172 //install our error handler

Callers 15

createMethod · 0.95
openHomeDefaultMethod · 0.95
openAdventureMethod · 0.95
afterDbLoadedMethod · 0.95
restartMethod · 0.95
exitMethod · 0.95
enterMethod · 0.95
QuestLogSceneMethod · 0.95
buildListMethod · 0.95
loadDetailsPaneMethod · 0.95
clickedMethod · 0.95

Calls 1

getInstanceMethod · 0.95

Tested by

no test coverage detected