Interface IArmorInfo

interface IArmorInfo {
    callback: IArmorCallback;
    durability: number;
}

Hierarchy (view full)

Properties

Properties

callback: IArmorCallback
durability: number

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