Interface ItemLore
Additional lines to include in an item's tooltip.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescription@Unmodifiable List<net.kyori.adventure.text.Component> lines()Lists the components that are added to an item's tooltip.static ItemLore.Builderlore()static ItemLore@Unmodifiable List<net.kyori.adventure.text.Component> Lists the styled components (example: italicized and purple) that are added to an item's tooltip.
-
Method Details
-
lore
-
lore
-
lines
Lists the components that are added to an item's tooltip.- Returns:
- component list
-
styledLines
Lists the styled components (example: italicized and purple) that are added to an item's tooltip.- Returns:
- component list
-