Returns the die size of this HitDie @return The die size of this HitDie
()
| 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 |
no outgoing calls