Interface UiVisualSlotImpl

interface UiVisualSlotImpl {
    getCount(): number;
    getData(): number;
    getExtra(): ItemExtraData;
    getId(): number;
}

Methods

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