Uses of Interface
io.papermc.paper.datacomponent.item.ItemLore.Builder
Packages that use ItemLore.Builder
- 
Uses of ItemLore.Builder in io.papermc.paper.datacomponent.itemMethods in io.papermc.paper.datacomponent.item that return ItemLore.BuilderModifier and TypeMethodDescriptionItemLore.Builder.addLine(ComponentLike line) Adds a component to the lore.ItemLore.Builder.addLines(List<? extends ComponentLike> lines) Adds components to the lore.ItemLore.Builder.lines(List<? extends ComponentLike> lines) Sets the components of this lore.static ItemLore.BuilderItemLore.lore()