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

Method getPreferences

forge-gui/src/main/java/forge/model/FModel.java:366–368  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

364 }
365
366 public static ForgePreferences getPreferences() {
367 return preferences.get();
368 }
369 public static ForgeNetPreferences getNetPreferences() {
370 return netPreferences.get();
371 }

Callers 15

getForgePreferencesMethod · 0.95
openAdventureMethod · 0.95
setCursorMethod · 0.95
switchToClassicMethod · 0.95
enterMethod · 0.95
enterMethod · 0.95
SettingsSceneMethod · 0.95
changedMethod · 0.95
addInputFieldMethod · 0.95
addCheckBoxMethod · 0.95
addSettingSliderMethod · 0.95

Calls 1

getMethod · 0.65

Tested by 5

test_getPreferencesMethod · 0.76
initAndCreateGameMethod · 0.76
initForgePreferencesMethod · 0.76
runGameMethod · 0.76