@minecraft/server
    Preparing search index...

    Interface PlayerCraftRecipeEventOptionsBeta

    Contains options for filtering player craft recipe events.

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

    Properties

    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.