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

Method setTurnInZone

forge-game/src/main/java/forge/game/card/Card.java:2029–2031  ·  view source on GitHub ↗
(final int turn)

Source from the content-addressed store, hash-verified

2027 return turnInZone;
2028 }
2029 public final void setTurnInZone(final int turn) {
2030 turnInZone = turn;
2031 }
2032
2033 public final boolean enteredThisTurn() {
2034 return getTurnInZone() == game.getPhaseHandler().getTurn();

Callers 3

processCardsForZoneMethod · 0.95
getLKICopyMethod · 0.95
addMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected