SerenityJS
    Preparing search index...

    Interface PlayerProperties

    interface PlayerProperties {
        clientSystemInfo: ClientSystemInfo;
        entry?: PlayerEntry;
        skin: SerializedSkin;
        uniqueId: bigint;
        username: string;
        uuid: string;
        xuid: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    clientSystemInfo: ClientSystemInfo

    Optionalentry

    entry?: PlayerEntry
    skin: SerializedSkin
    uniqueId: bigint
    username: string
    uuid: string
    xuid: string