SerenityJS
    Preparing search index...

    Interface ItemStackDisplayTraitOptions

    interface ItemStackDisplayTraitOptions {
        displayName?: null | string;
        lore?: string[];
    }
    Index

    Properties

    Properties

    displayName?: null | string

    The display name of the item stack.

    lore?: string[]

    The lore of the item stack.