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

Method isTypeToken

code/src/java/pcgen/io/exporttoken/WeaponToken.java:663–666  ·  view source on GitHub ↗

Get the istype token @param eq @param type @return is type token

(Equipment eq, String type)

Source from the content-addressed store, hash-verified

661 * @return is type token
662 */
663 private static boolean isTypeToken(Equipment eq, String type)
664 {
665 return eq.isType(type);
666 }
667
668 /**
669 * Get the MULT token

Callers 1

getIsTypeTokenMethod · 0.95

Calls 1

isTypeMethod · 0.65

Tested by

no test coverage detected