interface LiquidData {
    blockId: number;
    key: string;
    modelTextures: string[];
    name: string;
    staticBlockId: number;
    uiCache: object;
    uiTextures: string[];
    addModelTexture(name: string): void;
    addUITexture(name: string): void;
}

Methods

Properties

blockId: number
key: string
modelTextures: string[]
name: string
staticBlockId: number

2.2.1b103

uiCache: object
uiTextures: string[]

Copyright © 2024 Nernar. Copyright © 2020 #mineprogramming. Built with ❤ and TypeDoc.