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

Method setGameTimestamp

forge-game/src/main/java/forge/game/card/Card.java:6806–6810  ·  view source on GitHub ↗
(final long t)

Source from the content-addressed store, hash-verified

6804 return gameTimestamp;
6805 }
6806 public final void setGameTimestamp(final long t) {
6807 gameTimestamp = t;
6808 // 613.7d An object receives a timestamp at the time it enters a zone.
6809 layerTimestamp = t;
6810 }
6811
6812 public final long getLayerTimestamp() {
6813 return layerTimestamp;

Callers 14

changeZoneMethod · 0.95
addNoCounterEffectMethod · 0.95
getLKICopyMethod · 0.95
createEffectMethod · 0.95
makeTokenTableMethod · 0.95
addTokenToBattlefieldMethod · 0.95
addCardToZoneMethod · 0.95
addCardToZoneMethod · 0.95
addTokenMethod · 0.95

Calls

no outgoing calls

Tested by 3

addCardToZoneMethod · 0.76
addTokenMethod · 0.76