MCPcopy 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

onPhaseBeginMethod · 0.45

Calls 2

getZoneMethod · 0.95
sizeMethod · 0.65

Tested by

no test coverage detected