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

Method setActivePlanes

forge-game/src/main/java/forge/game/Game.java:1025–1027  ·  view source on GitHub ↗
(List<Card> activePlane0)

Source from the content-addressed store, hash-verified

1023 return activePlanes;
1024 }
1025 public void setActivePlanes(List<Card> activePlane0) {
1026 activePlanes = activePlane0;
1027 }
1028
1029 public GameStage getAge() {
1030 return age;

Callers 2

planeswalkToMethod · 0.80
initPlaneMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected