SB_Elsinore_Server
SB_Elsinore_Server copied to clipboard
Create wrapper for BigDecimal
BigDecimal requires a lot of wrapper functionality to work well, such as comparing to a decimal or setting the precision.
I've expanded MathUtils in the interim to accept doubles for .mulitply() and .divide() as the second parameter.