Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Card-Forge/forge
/ onGameOver
Method
onGameOver
forge-game/src/main/java/forge/game/player/Player.java:2422–2426 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2420
}
2421
2422
public
void
onGameOver() {
2423
if
(null == stats.getOutcome()) {
2424
setOutcome(PlayerOutcome.win());
2425
}
2426
}
2427
2428
/**
2429
* use to get a list of creatures in play
for
a given player.
Callers
1
setGameOver
Method · 0.45
Calls
3
setOutcome
Method · 0.95
win
Method · 0.95
getOutcome
Method · 0.45
Tested by
no test coverage detected