discord-mcbe
    Preparing search index...

    Interface PlayerDescriptor

    interface PlayerDescriptor {
        name: string;
        nameTag: string;
        platformType: PlatformType;
        uniqueId: UniqueId;
    }
    Index

    Properties

    name: string
    nameTag: string
    platformType: PlatformType
    uniqueId: UniqueId