Package-level declarations

Contains small JSON builder helpers for API data serialization.

The builders wrap common Gson object and array construction patterns used by resource-pack, model, and metadata generation code while keeping JSON creation readable in Java.

Example:


var json = JsonObjectBuilder.builder()
        .property("pack_format", 26)
        .build();

Since

3.2.0

Types

Link copied to clipboard
Link copied to clipboard
@ApiStatus.Internal
class JsonObjectBuilder
JSON object builder