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

Method getAbilityText

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

Source from the content-addressed store, hash-verified

2807
2808 // get the text of the abilities of a card
2809 public String getAbilityText() {
2810 return getAbilityText(currentState);
2811 }
2812 public String getAbilityText(final CardState state) {
2813 final String linebreak = "\r\n\r\n";
2814 boolean useGrayTag = true;

Callers 6

checkKeywordCardMethod · 0.45
drawCardWithOverlaysMethod · 0.45
canShowAlternateMethod · 0.45
iconsFromCardStateMethod · 0.45
displayIconOverlayMethod · 0.45
checkDiscardCostMethod · 0.45

Calls 15

getGameMethod · 0.95
isInstantMethod · 0.95
isSorceryMethod · 0.95
fastReplaceMethod · 0.95
getTranslatedNameMethod · 0.95
hasSubtypeMethod · 0.95
getInstanceMethod · 0.95
getStateMethod · 0.95
toRomanMethod · 0.95
isPermanentMethod · 0.95
isSpellMethod · 0.95

Tested by

no test coverage detected