Blockbench Reference Docs
    Preparing search index...

    Interface FileFormatOptions

    interface FileFormatOptions {
        extensions: string[];
        name: string;
        decode?(data: Uint8Array, texture: Texture): void;
        encode?(texture: Texture): Uint8Array;
    }
    Index

    Methods

    Properties

    Methods

    Properties

    extensions: string[]
    name: string