ModelMeta

Represents metadata about the model file, specifically the format version.

This record is used to handle differences in coordinate systems and animation data between different BlockBench versions.

Since

1.15.2

Parameters

formatVersion

the detected format version of the model file

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
Enumerates supported BlockBench format versions and their specific coordinate conversions.

Properties

Link copied to clipboard
val PARSER: JsonDeserializer<ModelMeta>
A JSON deserializer for parsing ModelMeta from the "meta" object in a .bbmodel file.

Functions

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