Interface StandardWindowInventoryDescription

interface StandardWindowInventoryDescription {
    padding?: number;
    standard?: boolean;
    width?: number;
}

Properties

padding?: number

Specifies additional padding for the inventory in units. Defaults to 20 units.

standard?: boolean

If true, default window is created.

width?: number

Inventory width in units. Defaults to 300 units.

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