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

Method setName

forge-game/src/main/java/forge/game/card/Card.java:1002–1005  ·  view source on GitHub ↗
(final String name0)

Source from the content-addressed store, hash-verified

1000 }
1001
1002 @Override
1003 public final void setName(final String name0) {
1004 currentState.setName(name0);
1005 }
1006
1007 public void addChangedName(final String name0, boolean addNonLegendaryCreatureNames, long timestamp, long staticId) {
1008 changedCardNames.put(timestamp, staticId, new CardChangedName(name0, addNonLegendaryCreatureNames));

Callers 15

removeFromCombatMethod · 0.95
addNoCounterEffectMethod · 0.95
readCardMethod · 0.95
toCardMethod · 0.95
getProtoTypeMethod · 0.95
createEffectMethod · 0.95
resolveMethod · 0.95
resolveMethod · 0.95
addGoalEnforcementMethod · 0.95
checkApiLogicMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected