Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Card-Forge/forge
/ isArchenemy
Method
isArchenemy
forge-game/src/main/java/forge/game/player/Player.java:275–277 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
273
}
274
275
public
boolean isArchenemy() {
276
return
getZone(ZoneType.SchemeDeck).size() > 0;
//Only the archenemy has schemes.
277
}
278
279
public
Card getActiveScheme() {
280
return
activeScheme;
Callers
2
determineFirstTurnPlayer
Method · 0.45
onPhaseBegin
Method · 0.45
Calls
2
getZone
Method · 0.95
size
Method · 0.65
Tested by
no test coverage detected