MCPcopy 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

getCombatMethod · 0.95
setGameOverMethod · 0.95
onPlayerLostMethod · 0.95
onCleanupPhaseMethod · 0.95
canAttackMethod · 0.95
entitiesMustAttackMethod · 0.95
checkConditionsMethod · 0.95
performTestMethod · 0.95
playerHasPropertyMethod · 0.95
areMetMethod · 0.95

Calls

no outgoing calls