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

Method isShield

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

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

()

Source from the content-addressed store, hash-verified

369 * @return The shield value
370 */
371 public boolean isShield()
372 {
373 return isType("SHIELD");
374 }
375
376 /**
377 * Gets the suit attribute of the Equipment object

Callers 13

replaceTokenArmorItemMethod · 0.95
isQualifiedForMethod · 0.95
getCostMethod · 0.95
consolidatedProfNameMethod · 0.95
getShieldProfMethod · 0.95
writeArmorPropertyMethod · 0.80
getEquipmentHtmlInfoMethod · 0.80
movementOfTypeMethod · 0.80
isProficientWithMethod · 0.80
resolveMethod · 0.80
canEquipMethod · 0.80

Calls 1

isTypeMethod · 0.95

Tested by

no test coverage detected