Class NetworkOverviewJSONCreator
java.lang.Object
com.djrapitops.plan.delivery.rendering.json.network.NetworkOverviewJSONCreator
@Singleton
@Deprecated(since="2026-04-19 / 5.7 build 3392")
public class NetworkOverviewJSONCreator
extends Object
implements NetworkTabJSONCreator<Map<String,Object>>
Deprecated.
Use /v1/datapoint instead (types UNIQUE_PLAYERS, NEW_PLAYERS, REGULAR_PLAYERS, UPTIME_CURRENT, PLAYERS_ONLINE, PLAYTIME, PLAYTIME_PER_PLAYER_AVERAGE, SESSION_LENGTH_AVERAGE, PLAYER_KILLS, MOB_KILLS, DEATHS).
Creates JSON payload for /network-page Network Overview tab.
-
Constructor Summary
ConstructorsConstructorDescriptionNetworkOverviewJSONCreator(PlanConfig config, DBSystem dbSystem, ServerInfo serverInfo, ServerSensor<?> serverSensor, ServerUptimeCalculator serverUptimeCalculator, Formatters formatters, net.playeranalytics.plugin.server.PluginLogger logger, Locale locale) Deprecated. -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface NetworkTabJSONCreator
get
-
Constructor Details
-
NetworkOverviewJSONCreator
@Inject public NetworkOverviewJSONCreator(PlanConfig config, DBSystem dbSystem, ServerInfo serverInfo, ServerSensor<?> serverSensor, ServerUptimeCalculator serverUptimeCalculator, Formatters formatters, net.playeranalytics.plugin.server.PluginLogger logger, Locale locale) Deprecated.
-
-
Method Details
-
createJSONAsMap
Deprecated.- Specified by:
createJSONAsMapin interfaceNetworkTabJSONCreator<Map<String,Object>>
-