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

Method clearEncodedCards

forge-game/src/main/java/forge/game/card/Card.java:1414–1416  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1412 encodedCards = view.removeCard(encodedCards, c, TrackableProperty.EncodedCards);
1413 }
1414 public final void clearEncodedCards() {
1415 encodedCards = view.clearCards(encodedCards, TrackableProperty.EncodedCards);
1416 }
1417
1418 public final Card getEncodingCard() {
1419 return encoding;

Callers 1

switchPhaseStateMethod · 0.95

Calls 1

clearCardsMethod · 0.80

Tested by

no test coverage detected