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

Method isArmor

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

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

()

Source from the content-addressed store, hash-verified

237 * @return The armor value
238 */
239 public boolean isArmor()
240 {
241 return isType("ARMOR");
242 }
243
244 /**
245 * Gets the double attribute of the Equipment object

Callers 13

replaceTokenArmorItemMethod · 0.95
isQualifiedForMethod · 0.95
getCostMethod · 0.95
consolidatedProfNameMethod · 0.95
getArmorProfMethod · 0.95
passesMethod · 0.80
getEquipmentHtmlInfoMethod · 0.80
isProficientWithMethod · 0.80
getSingleLocationMethod · 0.80
createItemMethod · 0.80
resolveMethod · 0.80

Calls 1

isTypeMethod · 0.95

Tested by 1

passesMethod · 0.64