@minecraft/server
    Preparing search index...

    Interface PoiNameFilterBeta

    Selects block point-of-interest types by their exact namespaced identifier.

    interface PoiNameFilter {
        name: string;
    }
    Index

    Properties

    Properties

    name: string

    Exact namespaced POI type identifier to match.