Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Card-Forge/forge
/ getPhaseHandler
Method
getPhaseHandler
forge-game/src/main/java/forge/game/Game.java:474–476 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
472
return
triggerHandler;
473
}
474
public
final
PhaseHandler getPhaseHandler() {
475
return
phaseHandler;
476
}
477
478
public
final
void
updateTurnForView() {
479
view.updateTurn(phaseHandler);
Callers
15
meetsCommonRequirements
Method · 0.95
getCombat
Method · 0.95
setGameOver
Method · 0.95
onPlayerLost
Method · 0.95
onCleanupPhase
Method · 0.95
canAttack
Method · 0.95
entitiesMustAttack
Method · 0.95
checkConditions
Method · 0.95
performTest
Method · 0.95
playerHasProperty
Method · 0.95
checkTimingRestrictions
Method · 0.95
areMet
Method · 0.95
Calls
no outgoing calls
Tested by
15
testCrushContrabandChoosesBothModes
Method · 0.76
initAndCreateGame
Method · 0.76
initAndCreateThreePlayerGame
Method · 0.76
assaultForLethal
Method · 0.76
assaultWhenAheadIncludesTrade
Method · 0.76
assaultWhenAheadAgainstDeathtouch
Method · 0.76
noAttackAgainstDeathtouchTrade
Method · 0.76
dontPayWithAshnodsAltar
Method · 0.76
payWithTreasuresOverPhyrexianAltar
Method · 0.76
payWithCreaturesOverSacrificeLands
Method · 0.76
testKeepColorsOpen
Method · 0.76
noBlockingVsDeathtouch
Method · 0.76