MCPcopy Create free account
hub / github.com/Card-Forge/forge / getActivePlanes

Method getActivePlanes

forge-game/src/main/java/forge/game/Game.java:1022–1024  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1020 }
1021
1022 public List<Card> getActivePlanes() {
1023 return activePlanes;
1024 }
1025 public void setActivePlanes(List<Card> activePlane0) {
1026 activePlanes = activePlane0;
1027 }

Callers 7

onPlayerLostMethod · 0.95
resolveMethod · 0.95
resolveMethod · 0.95
resolveMethod · 0.95
compareEvaluatorMethod · 0.95
handleNextTurnMethod · 0.80
canPlayMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected