Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getAlternativeCosts
Method · 0.95
getOptionalCostValues
Method · 0.95
addExtraKeywordCost
Method · 0.95
processCardsForZone
Method · 0.95
assignAttackersDamage
Method · 0.95
applyContinuousAbility
Method · 0.95
buildIgnoreEffectAbility
Method · 0.95
getAffectedCards
Method · 0.95
colorlessDamageSource
Method · 0.95
applyCantAttackAbility
Method · 0.95
performTest
Method · 0.95
canPay
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected