minecraft-server-ping
    Preparing search index...

    Interface IHandshakeDescriptionData

    interface IHandshakeDescriptionData {
        extra?: {
            bold: boolean;
            color: string;
            extra: { color: string; text: string }[];
            strikethrough: boolean;
            text: string;
        }[];
        text: string;
        [key: string]: unknown;
    }

    Hierarchy

    • Record<string, unknown>
      • IHandshakeDescriptionData

    Indexable

    • [key: string]: unknown
    Index
    extra?: {
        bold: boolean;
        color: string;
        extra: { color: string; text: string }[];
        strikethrough: boolean;
        text: string;
    }[]
    text: string