Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Card-Forge/forge
/ getName
Method
getName
forge-game/src/main/java/forge/game/card/Card.java:960–963 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
958
}
959
960
@Override
961
public
final
String getName() {
962
return
getName(currentState);
963
}
964
965
public
final
String getName(CardState state) {
966
String name = state.getName();
Callers
15
precastSpellFromCard
Method · 0.95
canPay
Method · 0.95
onSpellAbilityPlayed
Method · 0.95
initVariantsZones
Method · 0.95
setState
Method · 0.95
getDisplayName
Method · 0.95
keywordsToText
Method · 0.95
getAbilityText
Method · 0.95
abilityTextInstantSorcery
Method · 0.95
hasNoName
Method · 0.95
sharesNameWith
Method · 0.95
staticReplaceDamage
Method · 0.95
Calls
3
values
Method · 0.80
isOverwrite
Method · 0.80
getName
Method · 0.65
Tested by
4
testCloneTransform
Method · 0.76
testVolrathsShapeshifter
Method · 0.76
testVituGhaziAndCytoshape
Method · 0.76
broken_testCloneDimir
Method · 0.76