MCPcopy 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

toStringMethod · 0.95
drawOverlayMethod · 0.95
visitMethod · 0.95
shouldAutoYieldMethod · 0.95
updatePhaseMethod · 0.45
initFromGameMethod · 0.45
preferHasteForRiotMethod · 0.45
isManaSourceReservedMethod · 0.45
getCardPreferenceMethod · 0.45

Calls 1

getMethod · 0.65

Tested by

no test coverage detected