Returns the currently set rolling method for character stats. @return RollMethod the current rolling method
()
| 1542 | * @return RollMethod the current rolling method |
| 1543 | */ |
| 1544 | public RollMethod getCurrentRollingMethod() |
| 1545 | { |
| 1546 | return activeRollMethod; |
| 1547 | } |
| 1548 | |
| 1549 | /** |
| 1550 | * Set the minimum stat. |