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

Method cantLose

forge-game/src/main/java/forge/game/player/Player.java:2008–2013  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2006 }
2007
2008 public final boolean cantLose() {
2009 if (conceded()) {
2010 return false;
2011 }
2012 return cantLoseCheck(null);
2013 }
2014
2015 public final boolean cantLoseForZeroOrLessLife() {
2016 if (conceded()) {

Callers 6

canPlayMethod · 0.95
doTriggerNoCostMethod · 0.95
lifeInDangerMethod · 0.80
lifeInSeriousDangerMethod · 0.80
targetAIMethod · 0.80

Calls 2

concededMethod · 0.95
cantLoseCheckMethod · 0.95

Tested by

no test coverage detected