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

Method getQuest

forge-gui/src/main/java/forge/model/FModel.java:275–277  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

273 }
274
275 public static QuestController getQuest() {
276 return quest.get();
277 }
278
279 public static ConquestController getConquest() {
280 return conquest.get();

Callers 15

showRewardsMethod · 0.95
finishSaveMethod · 0.95
onUpdateMethod · 0.95
onCloseMethod · 0.95
updateMethod · 0.95
updateCreditsLabelMethod · 0.95
refreshMethod · 0.95
refreshMethod · 0.95
getPagesMethod · 0.95
updateMethod · 0.95
BazaarItemDisplayMethod · 0.95
updateHeaderCaptionMethod · 0.95

Calls 1

getMethod · 0.65

Tested by

no test coverage detected