public interface ImmutablePagedData extends ImmutableDataManipulator<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 |
---|---|
ImmutableListValue<Text> |
pages()
Gets the
ImmutableListValue for the Text pages. |
asMutable, copy, with, with
compareTo
toContainer
ImmutableListValue<Text> pages()
ImmutableListValue
for the Text
pages.