bedrock-kit
    Preparing search index...

    Interface Trade

    A single villager trade exchange.

    interface Trade {
        gives: TradeItem[];
        wants: TradeItem[];
    }
    Index

    Properties

    Properties

    gives: TradeItem[]

    Items the villager gives in return.

    wants: TradeItem[]

    Items the player must provide.