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

Method setLayerTimestamp

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

Source from the content-addressed store, hash-verified

6813 return layerTimestamp;
6814 }
6815 public final void setLayerTimestamp(final long t) {
6816 layerTimestamp = t;
6817 }
6818
6819 public boolean equalsWithGameTimestamp(Card c) {
6820 return equals(c) && c.getGameTimestamp() == gameTimestamp;

Callers 8

setupStaticEffectMethod · 0.95
getLKICopyMethod · 0.95
attachToEntityMethod · 0.95
copyGameStateMethod · 0.95
setCardInCopiedGameMethod · 0.80
changeCardStateMethod · 0.80
turnFaceDownMethod · 0.80
turnFaceUpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected