Get wield @return wield
()
| 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 |