SerenityJS
    Preparing search index...

    Interface ItemStackHotbarDetails

    interface ItemStackHotbarDetails {
        player: Player;
        slot: number;
    }
    Index

    Properties

    Properties

    player: Player

    The player whose hotbar this item stack is in.

    slot: number

    The slot index of the item stack in the hotbar.