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

Method getNonHeadedName

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

Get non headed name @return non headed name

()

Source from the content-addressed store, hash-verified

4673 * @return non headed name
4674 */
4675 public String getNonHeadedName()
4676 {
4677 if (wholeItemName == null || wholeItemName.isEmpty())
4678 {
4679 return getName();
4680 }
4681 return wholeItemName;
4682 }
4683
4684 /**
4685 * Get whole item name

Callers 1

passesMethod · 0.80

Calls 2

getNameMethod · 0.95
isEmptyMethod · 0.65

Tested by 1

passesMethod · 0.64