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

Method getWieldName

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

Get wield @return wield

()

Source from the content-addressed store, hash-verified

2152 * @return wield
2153 */
2154 public String getWieldName()
2155 {
2156 WieldCategory wield = get(ObjectKey.WIELD);
2157 return wield == null ? "" : wield.getKeyName();
2158 }
2159
2160 /**
2161 * Description of the Method

Callers 3

filterSetPMethod · 0.95
passesMethod · 0.80
adjustForSizeMethod · 0.80

Calls 2

getKeyNameMethod · 0.95
getMethod · 0.65

Tested by 1

passesMethod · 0.64