loadBlueprint

@NotNull
open fun loadBlueprint(@NotNull name: @NotNull String): @NotNull ModelLoadResult

Converts this raw model data into a processed ModelBlueprint.

Return

the result of the loading process, containing the blueprint and any errors

Since

1.15.2

Parameters

name

the name to assign to the blueprint


@NotNull
open fun loadBlueprint(@NotNull name: @NotNull String, strict: Boolean): @NotNull ModelLoadResult

Converts this raw model data into a processed ModelBlueprint with a specific loading mode.

Return

the result of the loading process, containing the blueprint and any errors

Since

1.15.2

Parameters

name

the name to assign to the blueprint

strict

whether to use strict loading mode (fail on unsupported features)