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

Method toStringAlt

forge-game/src/main/java/forge/game/cost/Cost.java:771–773  ·  view source on GitHub ↗

toStringAlt. @return a java.lang.String object.

()

Source from the content-addressed store, hash-verified

769 * @return a {@link java.lang.String} object.
770 */
771 public final String toStringAlt() {
772 return this.spellToString(false);
773 }
774
775 /**
776 * <p>

Callers

nothing calls this directly

Calls 1

spellToStringMethod · 0.95

Tested by

no test coverage detected