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

Method isWeapon

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

Gets the weapon attribute of the Equipment object @return The weapon value

()

Source from the content-addressed store, hash-verified

486 * @return The weapon value
487 */
488 public boolean isWeapon()
489 {
490 return isType("WEAPON");
491 }
492
493 /**
494 * Gets the masterwork attribute of the Equipment object

Callers 11

isQualifiedForMethod · 0.95
getCostMethod · 0.95
setDefaultCritMethod · 0.95
consolidatedProfNameMethod · 0.95
isWeaponLightForPCMethod · 0.95
isWeaponOneHandedMethod · 0.95
isWeaponOutsizedForPCMethod · 0.95
isWeaponTwoHandedMethod · 0.95
getDamageMethod · 0.95

Calls 1

isTypeMethod · 0.95

Tested by

no test coverage detected