ModelBlueprint
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
Functions
Link copied to clipboard
@NotNull
@Unmodifiable
Generates a stream of BlueprintImage objects for resource pack generation.
Link copied to clipboard
Checks if this blueprint contains any renderable textures.