public interface IEntrySet
| Modifier and Type | Method and Description |
|---|---|
IBookletChapter |
getCurrentChapter() |
IBookletEntry |
getCurrentEntry() |
BookletPage |
getCurrentPage() |
int |
getPageInIndex() |
void |
readFromNBT(net.minecraft.nbt.NBTTagCompound compound) |
void |
removeEntry() |
void |
setChapter(IBookletChapter chapter) |
void |
setEntry(BookletPage page,
IBookletChapter chapter,
IBookletEntry entry,
int pageInIndex) |
void |
setEntry(IBookletEntry entry) |
void |
setPage(BookletPage page) |
void |
setPageInIndex(int page) |
void |
writeToNBT(net.minecraft.nbt.NBTTagCompound compound) |
void setEntry(BookletPage page, IBookletChapter chapter, IBookletEntry entry, int pageInIndex)
void removeEntry()
void writeToNBT(net.minecraft.nbt.NBTTagCompound compound)
void readFromNBT(net.minecraft.nbt.NBTTagCompound compound)
BookletPage getCurrentPage()
IBookletEntry getCurrentEntry()
IBookletChapter getCurrentChapter()
int getPageInIndex()
void setPage(BookletPage page)
void setEntry(IBookletEntry entry)
void setChapter(IBookletChapter chapter)
void setPageInIndex(int page)