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

Method getGame

forge-game/src/main/java/forge/game/card/Card.java:7318–7321  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7316 }
7317
7318 @Override
7319 public Game getGame() {
7320 return game;
7321 }
7322
7323 public void dangerouslySetGame(Game newGame) {
7324 game = newGame;

Callers 15

getAlternativeCostsMethod · 0.95
getOptionalCostValuesMethod · 0.95
addExtraKeywordCostMethod · 0.95
processCardsForZoneMethod · 0.95
assignAttackersDamageMethod · 0.95
getAffectedCardsMethod · 0.95
colorlessDamageSourceMethod · 0.95
performTestMethod · 0.95
canPayMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected