Uses of Class
io.github.lucfr1746.llibrary.metrics.bStats.JsonObjectBuilder
Packages that use bStats.JsonObjectBuilder
-
Uses of bStats.JsonObjectBuilder in io.github.lucfr1746.llibrary.metrics
Methods in io.github.lucfr1746.llibrary.metrics that return bStats.JsonObjectBuilderModifier and TypeMethodDescriptionbStats.JsonObjectBuilder.appendField
(String key, int value) Appends an integer field to the JSON.bStats.JsonObjectBuilder.appendField
(String key, int[] values) Appends an integer array to the JSON.bStats.JsonObjectBuilder.appendField
(String key, bStats.JsonObjectBuilder.JsonObject object) Appends an object to the JSON.bStats.JsonObjectBuilder.appendField
(String key, bStats.JsonObjectBuilder.JsonObject[] values) Appends an object array to the JSON.bStats.JsonObjectBuilder.appendField
(String key, String value) Appends a string field to the JSON.bStats.JsonObjectBuilder.appendField
(String key, String[] values) Appends a string array to the JSON.bStats.JsonObjectBuilder.appendNull
(String key) Appends a null field to the JSON.Constructor parameters in io.github.lucfr1746.llibrary.metrics with type arguments of type bStats.JsonObjectBuilderModifierConstructorDescriptionMetricsBase
(String platform, String serverUuid, int serviceId, boolean enabled, Consumer<bStats.JsonObjectBuilder> appendPlatformDataConsumer, Consumer<bStats.JsonObjectBuilder> appendServiceDataConsumer, Consumer<Runnable> submitTaskConsumer, Supplier<Boolean> checkServiceEnabledSupplier, BiConsumer<String, Throwable> errorLogger, Consumer<String> infoLogger, boolean logErrors, boolean logSentData, boolean logResponseStatusText, boolean skipRelocateCheck) Creates a new MetricsBase class instance.