Uses of Class
beer.devs.fastnbt.ApiMetrics.JsonObjectBuilder.JsonObject
Packages that use ApiMetrics.JsonObjectBuilder.JsonObject
-
Uses of ApiMetrics.JsonObjectBuilder.JsonObject in beer.devs.fastnbt
Methods in beer.devs.fastnbt that return ApiMetrics.JsonObjectBuilder.JsonObjectModifier and TypeMethodDescriptionApiMetrics.JsonObjectBuilder.build()
Builds the JSON string and invalidates this builder.protected ApiMetrics.JsonObjectBuilder.JsonObject
ApiMetrics.AdvancedBarChart.getChartData()
protected ApiMetrics.JsonObjectBuilder.JsonObject
ApiMetrics.AdvancedPie.getChartData()
protected abstract ApiMetrics.JsonObjectBuilder.JsonObject
ApiMetrics.CustomChart.getChartData()
ApiMetrics.DrilldownPie.getChartData()
protected ApiMetrics.JsonObjectBuilder.JsonObject
ApiMetrics.MultiLineChart.getChartData()
protected ApiMetrics.JsonObjectBuilder.JsonObject
ApiMetrics.SimpleBarChart.getChartData()
protected ApiMetrics.JsonObjectBuilder.JsonObject
ApiMetrics.SimplePie.getChartData()
protected ApiMetrics.JsonObjectBuilder.JsonObject
ApiMetrics.SingleLineChart.getChartData()
ApiMetrics.CustomChart.getRequestJsonObject
(BiConsumer<String, Throwable> errorLogger, boolean logErrors) Methods in beer.devs.fastnbt with parameters of type ApiMetrics.JsonObjectBuilder.JsonObjectModifier and TypeMethodDescriptionApiMetrics.JsonObjectBuilder.appendField
(String key, ApiMetrics.JsonObjectBuilder.JsonObject object) Appends an object to the JSON.ApiMetrics.JsonObjectBuilder.appendField
(String key, ApiMetrics.JsonObjectBuilder.JsonObject[] values) Appends an object array to the JSON.