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();
Content copied to clipboard
Since
3.2.0