Class NumFormatter
java.lang.Object
com.zetaplugins.cookieclickerz.util.NumFormatter
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringformatBigDecimal(BigDecimal bigDecimal) static StringformatBigInt(BigInteger bigInt) static BigDecimalstringToBigDecimal(String str) static BigIntegerstringToBigInteger(String str)
-
Method Details
-
stringToBigInteger
-
stringToBigDecimal
-
formatBigInt
-
formatBigDecimal
-