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

Method isDouble

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

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

()

Source from the content-addressed store, hash-verified

247 * @return The double value
248 */
249 public boolean isDouble()
250 {
251 return isType("DOUBLE");
252 }
253
254 /**
255 * Gets the eitherType attribute of the Equipment object

Callers 15

getExpandedWeaponsMethod · 0.95
isTypeMethod · 0.95
buildEqModDescMethod · 0.95
getSpecialPropertiesMethod · 0.95
isVisibleMethod · 0.95
typeListMethod · 0.95
getDamageMethod · 0.95
getEquipmentFromNameMethod · 0.95
getEquipmentHtmlInfoMethod · 0.80
addModToEquipmentMethod · 0.80

Calls 1

isTypeMethod · 0.95

Tested by

no test coverage detected