Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Card-Forge/forge
/ getTurn
Method
getTurn
forge-game/src/main/java/forge/game/GameView.java:92–94 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
90
}
91
92
public
int
getTurn() {
93
return
get(TrackableProperty.Turn);
94
}
95
void
updateTurn(PhaseHandler phaseHandler) {
96
set(TrackableProperty.Turn, phaseHandler.getTurn());
97
}
Callers
15
toString
Method · 0.95
declineSuggestion
Method · 0.95
isSuggestionDeclined
Method · 0.95
shouldShowNoActionsPrompt
Method · 0.95
updateText
Method · 0.95
updateTurn
Method · 0.45
initFromGame
Method · 0.45
setGameOver
Method · 0.45
evaluate
Method · 0.45
evaluate
Method · 0.45
applyDelta
Method · 0.45
logChecksumDetails
Method · 0.45
Calls
1
get
Method · 0.65
Tested by
2
waitForRemoteGameCompletion
Method · 0.36
isApplicable
Method · 0.36