Interface EcsArmorItemComponent

2.3.1b115

interface EcsArmorItemComponent {
    callback: IArmorCallback;
    COMPONENT_ID: number;
    durability: number;
    kbResist: number;
    protection: number;
    slot: number;
}

Hierarchy (view full)

Properties

callback: IArmorCallback
COMPONENT_ID: number
durability: number
kbResist: number
protection: number
slot: number

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