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
@Unmodifiable
open fun buildImage(): @NotNull @Unmodifiable 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: @NotNull String, @NotNull data: @NotNull ModelData): @NotNull ModelBlueprint
Creates blueprint with raw data
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String