Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
onPlayerLost
Method · 0.95
resolve
Method · 0.95
resolve
Method · 0.95
resolve
Method · 0.95
compareEvaluator
Method · 0.95
handleNextTurn
Method · 0.80
canPlay
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected