Interface ItemFilledMapTag

Flattened hieracly, extendable in declarations.

interface ItemFilledMapTag {
    ench?: ItemTagEnchantment[];
    map_display_players: boolean;
    map_name_index: number;
    map_uuid: number;
}

Hierarchy (view full)

Properties

List of applied enchantments in index-numeral sorting.

map_display_players: boolean

Whether map should display compasses for players or not.

map_name_index: number

Displayed for players map number, starts with 1.

map_uuid: number

UID to be taken from world NBT.

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