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

Method removeNewPT

forge-game/src/main/java/forge/game/card/Card.java:4423–4425  ·  view source on GitHub ↗
(final long timestamp, final long staticId)

Source from the content-addressed store, hash-verified

4421 }
4422
4423 public final void removeNewPT(final long timestamp, final long staticId) {
4424 removeNewPT(timestamp, staticId, true);
4425 }
4426 public final boolean removeNewPT(final long timestamp, final long staticId, final boolean updateView) {
4427 boolean removed = false;
4428

Callers 3

removeMethod · 0.80
runMethod · 0.80
doUnanimateMethod · 0.80

Calls 2

updatePTforViewMethod · 0.95
removeMethod · 0.45

Tested by

no test coverage detected