Reformatted, and ported back some enhancements from the Forge version.

This commit is contained in:
Sebastian Hartte
2020-08-15 02:51:03 +02:00
parent 0a2f03aa92
commit 6c544f2211
358 changed files with 1124 additions and 1831 deletions
@@ -32,11 +32,10 @@ public interface IWideReadableNumberConverter {
* Converts a number into a human readable form. It will not round the number,
* but down it. Will try to cut the number down 1 decimal later if width can be
* below 4. Can only handle non negative numbers
*
* <p>
* Example: 10000L -> 10K 9999L -> 9999
*
* @param number to be converted number
*
* @return String in SI format cut down as far as possible
*/
String toWideReadableForm(@Nonnegative long number);