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

Method rename

forge-gui-mobile/src/forge/deck/FDeckEditor.java:2389–2389  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

2387 throw new UnsupportedOperationException();
2388 }
2389 default void rename(String name) {
2390 throw new UnsupportedOperationException();
2391 }
2392 default void saveAs(String name) {

Callers 6

renameConquestMethod · 0.65
renameGauntletMethod · 0.65
renameQuestMethod · 0.65
renameGauntletMethod · 0.65
editQuestMethod · 0.65

Implementers 3

FileDeckControllerforge-gui-mobile/src/forge/deck/FDeckE
AdventureDeckControllerforge-gui-mobile/src/forge/adventure/s
AdventureEventDeckControllerforge-gui-mobile/src/forge/adventure/s

Calls

no outgoing calls

Tested by

no test coverage detected