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

Method getGame

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

Source from the content-addressed store, hash-verified

257 }
258
259 @Override
260 public Game getGame() {
261 return game;
262 }
263
264 public final PlayerStatistics getStats() {
265 return stats;

Callers 15

assignGameStateMethod · 0.95
getAffectedPlayersMethod · 0.95
canPayMethod · 0.95
adjustMethod · 0.95
playAbilityMethod · 0.95
gainLifeMethod · 0.95
loseLifeMethod · 0.95
payLifeMethod · 0.95
addCounterInternalMethod · 0.95
subtractCounterMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected