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

Method getDie

code/src/java/pcgen/cdom/content/HitDie.java:67–70  ·  view source on GitHub ↗

Returns the die size of this HitDie @return The die size of this HitDie

()

Source from the content-addressed store, hash-verified

65 * @return The die size of this HitDie
66 */
67 public int getDie()
68 {
69 return die;
70 }
71
72 /**
73 * Returns the next (i.e. next larger) HitDie in the globally defined

Callers 12

unparseMethod · 0.95
getHTMLInfoMethod · 0.95
rollHPMethod · 0.95
getHDMethod · 0.95
testInvalidInputSetMethod · 0.80
getHitDiceTokenMethod · 0.80
getMediumTokenMethod · 0.80
getShortTokenMethod · 0.80
applyProcessorMethod · 0.80
getLSTformatMethod · 0.80
getRacialHDSizeMethod · 0.80
sanityChecksMethod · 0.80

Calls

no outgoing calls

Tested by 1

testInvalidInputSetMethod · 0.64