BlueprintJson

Represents a JSON file to be generated as part of the resource pack.

This record holds the file name and a supplier for the JSON content.

Since

1.15.2

Parameters

name

the name of the JSON file (including extension)

element

a supplier that provides the JSON content

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String