ModelBlueprint

@ApiStatus.Internal
class ModelBlueprint : Record

Parsed BlockBench model

Parameters

name

model name

scale

model cube scale

resolution

resolution

textures

textures

group

children group

animations

animations

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
@NotNull
open fun buildImage(): List<BlueprintImage>
Builds blueprint image
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
@NotNull
open fun from(@NotNull name: String, @NotNull data: ModelData): ModelBlueprint
Creates blueprint with raw data
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String