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

Method getEqModifierList

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

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)

Source from the content-addressed store, hash-verified

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

Callers 15

getExpandedWeaponsMethod · 0.95
getActiveBonusesMethod · 0.95
getBonusListOfTypeMethod · 0.95
getEqModifierKeyedMethod · 0.95
getMaxChargesMethod · 0.95
getMinChargesMethod · 0.95
isPreTypeMethod · 0.95
setRemainingChargesMethod · 0.95
getRemainingChargesMethod · 0.95

Calls 2

getEquipmentHeadMethod · 0.95
getSafeListForMethod · 0.65

Tested by 2