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/player/Player.java:259–262 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
257
}
258
259
@Override
260
public
Game getGame() {
261
return
game;
262
}
263
264
public
final
PlayerStatistics getStats() {
265
return
stats;
Callers
15
meetsCommonRequirements
Method · 0.95
assignGameState
Method · 0.95
getAffectedPlayers
Method · 0.95
canPay
Method · 0.95
adjust
Method · 0.95
playAbility
Method · 0.95
gainLife
Method · 0.95
loseLife
Method · 0.95
payLife
Method · 0.95
addDamageAfterPrevention
Method · 0.95
addCounterInternal
Method · 0.95
subtractCounter
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected