ModelBlueprint

@ApiStatus.Internal
class ModelBlueprint : Record

Represents a fully processed model blueprint, ready for generation and rendering.

This record contains all the necessary data derived from a raw model file, including textures, structural elements (bones/cubes), and animations.

Since

1.15.2

Parameters

name

the name of the model

resolution

the texture resolution of the model

textures

the list of textures used by the model

elements

the hierarchical list of model elements (bones)

animations

a map of animations available for this model

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
@NotNull
open fun context(): @NotNull BlueprintLoadContext
Creates a new load context for this blueprint.
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