public interface ImmutableLoreData extends ImmutableListData<Text,ImmutableLoreData,LoreData>
ImmutableDataManipulator
handling the "lore" that is displayed
on a tooltip for an ItemStack
. The lore can be any form of
Text
and is not restricted to one formatting.Modifier and Type | Method and Description |
---|---|
default ImmutableListValue<Text> |
lore()
Gets the
ImmutableListValue of the "lore" Text . |
asList, contains, get, getListValue
asMutable, copy, with, with
getContentVersion, toContainer
default ImmutableListValue<Text> lore()
ImmutableListValue
of the "lore" Text
.