Gets the eqModifierList attribute of the Equipment object @param bPrimary if true, get the equipment modifiers for the primary head of the weapon @return The eqModifierList value
(final boolean bPrimary)
| 954 | * @return The eqModifierList value |
| 955 | */ |
| 956 | public List<EquipmentModifier> getEqModifierList(final boolean bPrimary) |
| 957 | { |
| 958 | return getEquipmentHead(bPrimary ? 1 : 2).getSafeListFor(ListKey.EQMOD); |
| 959 | } |
| 960 | |
| 961 | /** |
| 962 | * Add an EquipmentModifier object to the list |