Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getForgePreferences
Method · 0.95
openAdventure
Method · 0.95
setCursor
Method · 0.95
switchToClassic
Method · 0.95
enter
Method · 0.95
enter
Method · 0.95
applyAdventureDeckRules
Method · 0.95
SettingsScene
Method · 0.95
changed
Method · 0.95
addInputField
Method · 0.95
addCheckBox
Method · 0.95
addSettingSlider
Method · 0.95
Calls
1
get
Method · 0.65
Tested by
5
test_getPreferences
Method · 0.76
initAndCreateGame
Method · 0.76
initForgePreferences
Method · 0.76
ensureFModelInitialized
Method · 0.76
runGame
Method · 0.76