Interface BannerData

An object with data about a guild banner

interface BannerData {
    activeStructure: string;
    baseColor: MinecraftColor;
    highestUnlockedTier: number;
    layers: BannerLayer[];
}

Properties

activeStructure: string

The currently used banner structure

baseColor: MinecraftColor

The base color of the banner

highestUnlockedTier: number

The highest unlocked regular tier of the banner

layers: BannerLayer[]

The banner layers

Generated using TypeDoc