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

Method getItemNameFromModifiers

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

Get the item name based off the modifiers @return item name based off the modifiers

()

Source from the content-addressed store, hash-verified

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

Calls 15

getBaseItemNameMethod · 0.95
getNameMethod · 0.95
initSplitModListMethod · 0.95
getEqModifierListMethod · 0.95
extractListFromCommonMethod · 0.95
removeCommonFromListMethod · 0.95
suppressMasterworkMethod · 0.95
buildEqModDescMethod · 0.95
getSizeAdjustmentMethod · 0.95
emptyListMethod · 0.80