Interface ItemLore
Additional lines to include in an item's tooltip.
- See Also:
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionlines()
Lists the components that are added to an item's tooltip.static ItemLore.Builder
lore()
static ItemLore
lore
(List<? extends ComponentLike> lines) 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
-