Get the item name based off the modifiers @return item name based off the modifiers
()
| 1063 | * @return item name based off the modifiers |
| 1064 | */ |
| 1065 | public String getItemNameFromModifiers() |
| 1066 | { |
| 1067 | return getItemNameFromModifiers(getBaseItemName()); |
| 1068 | } |
| 1069 | |
| 1070 | /** |
| 1071 | * Get the item name based off the modifiers |