Interface BannerPatternEntry

Flattened hieracly, extendable in declarations.

interface BannerPatternEntry {
    Color: number;
    Pattern: string;
}

Hierarchy (view full)

Properties

Properties

Color: number

Index of pattern color, where 0 is white; block palettes are same.

0
Pattern: string

Pattern shortcut name, such as "gra", "mc", etc.

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