diff --git a/all/com/djrapitops/plan/delivery/domain/mutators/ActivityIndex.html b/all/com/djrapitops/plan/delivery/domain/mutators/ActivityIndex.html index 0c9cd76286..efe5d40126 100644 --- a/all/com/djrapitops/plan/delivery/domain/mutators/ActivityIndex.html +++ b/all/com/djrapitops/plan/delivery/domain/mutators/ActivityIndex.html @@ -187,6 +187,12 @@

Method Summary

String
getGroup(Locale locale)
 
+
String
+
getGroupLang()
+
 
+
static HtmlLang
+
getGroupLang(double value)
+
 
static String[]
getGroups(Locale locale)
 
@@ -342,6 +348,12 @@

distance

  • +
    +

    getGroupLang

    +
    public static HtmlLang getGroupLang(double value)
    +
    +
  • +
  • getGroup

    public static String getGroup(double value)
    @@ -354,6 +366,12 @@

    getGroup

  • +
    +

    getGroupLang

    +
    public String getGroupLang()
    +
    +
  • +
  • getGroup

    public String getGroup(Locale locale)
    diff --git a/all/com/djrapitops/plan/delivery/rendering/json/PerformanceJSONCreator.html b/all/com/djrapitops/plan/delivery/rendering/json/PerformanceJSONCreator.html index 9abca53d2e..5d32e97482 100644 --- a/all/com/djrapitops/plan/delivery/rendering/json/PerformanceJSONCreator.html +++ b/all/com/djrapitops/plan/delivery/rendering/json/PerformanceJSONCreator.html @@ -96,8 +96,7 @@

    Constructor Summary

    Constructor
    Description
    -
    PerformanceJSONCreator(PlanConfig config, - Locale locale, +
    PerformanceJSONCreator(PlanConfig config, DBSystem dbSystem, Formatters formatters)
     
    @@ -142,11 +141,10 @@

  • -
    +

    PerformanceJSONCreator

    @Inject public PerformanceJSONCreator(PlanConfig config, - Locale locale, DBSystem dbSystem, Formatters formatters)
    diff --git a/all/com/djrapitops/plan/delivery/rendering/json/PlayerJSONCreator.html b/all/com/djrapitops/plan/delivery/rendering/json/PlayerJSONCreator.html index 42b6bc21d8..7d893c5dad 100644 --- a/all/com/djrapitops/plan/delivery/rendering/json/PlayerJSONCreator.html +++ b/all/com/djrapitops/plan/delivery/rendering/json/PlayerJSONCreator.html @@ -108,8 +108,7 @@

    Constructor Summary

    Constructor
    Description
    -
    PlayerJSONCreator(PlanConfig config, - Locale locale, +
    PlayerJSONCreator(PlanConfig config, Theme theme, DBSystem dbSystem, Formatters formatters, @@ -133,12 +132,9 @@

    Method Summary

    createJSONAsMap(UUID playerUUID, Predicate<WebPermission> hasPermission)
     
    -
    long
    -
    getLastSeen(UUID playerUUID)
    + +
     
    - - -
     
    @@ -157,11 +153,10 @@

    Methods inherited from cl

    Constructor Details