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

Method show

forge-gui-mobile/src/forge/deck/FDeckViewer.java:70–72  ·  view source on GitHub ↗
(final Deck deck0)

Source from the content-addressed store, hash-verified

68 private DeckSection currentSection;
69
70 public static void show(final Deck deck0) {
71 show(deck0, false, false);
72 }
73 public static void show(final Deck deck0, boolean noPreload) {
74 show(deck0, noPreload, false);
75 }

Callers 13

showCardListMethod · 0.95
showBoxedProductMethod · 0.95
PlayerInfoPanelMethod · 0.95
longPressMethod · 0.95
QuestDecksScreenMethod · 0.95
FDeckChooserMethod · 0.95
longPressMethod · 0.95
zoomSelectedMethod · 0.95
longPressMethod · 0.95
promptForDeckMethod · 0.45
buildMenuMethod · 0.45

Calls 6

getInstanceMethod · 0.95
getViewMethod · 0.95
openScreenMethod · 0.95
preloadCacheMethod · 0.80
setRotate180Method · 0.45

Tested by

no test coverage detected