Interface ItemLore


@NullMarked @Experimental @NonExtendable public interface ItemLore
Additional lines to include in an item's tooltip.
See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Builder for ItemLore.
  • Method Summary

    Modifier and Type
    Method
    Description
    @Unmodifiable List<net.kyori.adventure.text.Component>
    Lists the components that are added to an item's tooltip.
     
    static ItemLore
    lore(List<? extends net.kyori.adventure.text.ComponentLike> lines)
     
    @Unmodifiable List<net.kyori.adventure.text.Component>
    Lists the styled components (example: italicized and purple) that are added to an item's tooltip.