build

@Nullable
abstract fun build(@NotNull data: @NotNull JsonElement): @Nullable ModelScaler.Getter

Builds a getter from JSON data.

Return

the getter, or null if invalid

Since

1.15.2

Parameters

data

the JSON data