@minecraft/server

    Interface HotbarEventOptionsBeta

    Contains additional filtering options for hotbar events.

    interface HotbarEventOptions {
        allowedSlots?: number[];
    }
    Index

    Properties

    Properties

    allowedSlots?: number[]

    The slot indexes to consider.

    MMNEPVFCICPMFPCPTTAAATR