MCPcopy 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

toStringMethod · 0.95
declineSuggestionMethod · 0.95
isSuggestionDeclinedMethod · 0.95
updateTextMethod · 0.95
updateTurnMethod · 0.45
initFromGameMethod · 0.45
setGameOverMethod · 0.45
evaluateMethod · 0.45
evaluateMethod · 0.45
applyDeltaMethod · 0.45
logChecksumDetailsMethod · 0.45

Calls 1

getMethod · 0.65

Tested by 2

isApplicableMethod · 0.36