Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Card-Forge/forge
/ getPhase
Method
getPhase
forge-game/src/main/java/forge/game/GameView.java:99–101 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
97
}
98
99
public
PhaseType getPhase() {
100
return
get(TrackableProperty.Phase);
101
}
102
void
updatePhase(PhaseHandler phaseHandler) {
103
set(TrackableProperty.Phase, phaseHandler.getPhase());
104
}
Callers
15
toString
Method · 0.95
drawOverlay
Method · 0.95
visit
Method · 0.95
shouldAutoYield
Method · 0.95
isAutoPassingNoActions
Method · 0.95
updatePhase
Method · 0.45
initFromGame
Method · 0.45
preferHasteForRiot
Method · 0.45
getAvailableLandsToPlay
Method · 0.45
getSpellAbilityPriority
Method · 0.45
isManaSourceReserved
Method · 0.45
getCardPreference
Method · 0.45
Calls
1
get
Method · 0.65
Tested by
no test coverage detected