@minecraft
    正在准备搜索索引...

    接口 PlayerCraftRecipeEventOptions实验性

    Contains options for filtering player craft recipe events.

    interface PlayerCraftRecipeEventOptions {
        blockFilter?: BlockFilter;
        itemFilter?: ItemFilter;
        playerFilter?: EntityFilter;
    }
    索引

    属性

    blockFilter?: BlockFilter

    Filter for the block where the recipe is crafted.

    itemFilter?: ItemFilter

    Filter for the item crafted by the player.

    playerFilter?: EntityFilter

    Filter for the player crafting the recipe.