Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Card-Forge/forge
/ save
Method
save
forge-gui-mobile/src/forge/deck/FDeckEditor.java:2386–2386 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2384
throw
new
UnsupportedOperationException();
2385
}
2386
default
void
save() {
2387
throw
new
UnsupportedOperationException();
2388
}
2389
default
void
rename(String name) {
Callers
15
save
Method · 0.95
PointOfInterestEditor
Method · 0.65
QuestEditor
Method · 0.65
save
Method · 0.65
WorldEditor
Method · 0.65
ItemsEditor
Method · 0.65
EnemyEditor
Method · 0.65
create
Method · 0.65
writeMatchPreferences
Method · 0.65
persistString
Method · 0.65
save
Method · 0.65
handleEvent
Method · 0.65
Implementers
3
FileDeckController
forge-gui-mobile/src/forge/deck/FDeckE
AdventureDeckController
forge-gui-mobile/src/forge/adventure/s
AdventureEventDeckController
forge-gui-mobile/src/forge/adventure/s
Calls
no outgoing calls
Tested by
no test coverage detected