MCPcopy Create free account
hub / github.com/PCGen/pcgen / longName

Method longName

code/src/java/pcgen/core/Equipment.java:3029–3032  ·  view source on GitHub ↗

Get the long name of this piece of equipment @return the verbose name

()

Source from the content-addressed store, hash-verified

3027 * @return the verbose name
3028 */
3029 public String longName()
3030 {
3031 return toString(true);
3032 }
3033
3034 /**
3035 * Is the PC qualified to use this equipment

Callers 6

getLongNameTokenMethod · 0.80
getLongNameTokenMethod · 0.80
getLongNameTokenMethod · 0.80
getEquipmentHtmlInfoMethod · 0.80
getLongNameTokenMethod · 0.80
getLongNameTokenMethod · 0.80

Calls 1

toStringMethod · 0.95

Tested by

no test coverage detected