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

Method isDrafting

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

Source from the content-addressed store, hash-verified

819 }
820
821 public boolean isDrafting() {
822 return false;
823 }
824
825 protected ItemPool<PaperCard> getAllowedAdditions(Iterable<Entry<PaperCard, Integer>> itemsToAdd, CardManagerPage source, CardManagerPage destination)
826 {

Callers 5

FDeckEditorMethod · 0.95
allowRenameMethod · 0.95
allowDeleteMethod · 0.95
allowSaveMethod · 0.95
allowAddBasicMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected