ModelBlueprint

@ApiStatus.Internal
class ModelBlueprint : Record

Parsed BlockBench model

Parameters

name

model name

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 obfuscator: @NotNull PackObfuscator): @NotNull @Unmodifiable Stream<BlueprintImage>
Builds blueprint image
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
open fun hasTexture(): Boolean
Checks this blueprint has textures.
Link copied to clipboard
abstract fun toString(): String