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

Method isNatural

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

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

()

Source from the content-addressed store, hash-verified

339 * @return The natural value
340 */
341 public boolean isNatural()
342 {
343 return isType("NATURAL");
344 }
345
346 /**
347 * Identify if this is a primary natural weapon.

Callers 14

dataAddedMethod · 0.95
getDamageTokenMethod · 0.80
getDamageTokenMethod · 0.80
getDamageTokenMethod · 0.80
canEquipItemMethod · 0.80
getCategoryTokenMethod · 0.80
getDamageTokenMethod · 0.80
getToHitMethod · 0.80

Calls 1

isTypeMethod · 0.95

Tested by

no test coverage detected