Class LocaleHelper

java.lang.Object
vazkii.botania.client.integration.shared.LocaleHelper

public class LocaleHelper extends Object
  • Constructor Details

    • LocaleHelper

      public LocaleHelper()
  • Method Details

    • getIntegerFormat

      public static NumberFormat getIntegerFormat()
    • getPercentageFormat

      @NotNull public static @NotNull NumberFormat getPercentageFormat(int fractionDigits)
    • formatAsPercentage

      public static String formatAsPercentage(double value, int fractionDigits)