public interface ImmutablePagedData extends ImmutableListData<Text,ImmutablePagedData,PagedData>
ImmutableDataManipulator
handling the List
of pages of
Text
for an ItemStack
of type ItemTypes.WRITABLE_BOOK
such that the text elements are single pages.Modifier and Type | Method and Description |
---|---|
default ImmutableListValue<Text> |
pages()
Gets the
ImmutableListValue for the Text pages. |
asList, contains, get, getListValue
asMutable, copy, with, with
getContentVersion, toContainer
default ImmutableListValue<Text> pages()
ImmutableListValue
for the Text
pages.