public class ContentsList
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
ContentsList.Title |
Constructor and Description |
---|
ContentsList(GuiGuide gui) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
java.util.List<GuideChapter> |
getChapters() |
ContentsList.Title.SubHeader |
getOrAddSubHeader(java.lang.String title,
java.lang.String subHeader) |
ContentsList.Title |
getOrAddTitle(java.lang.String title) |
boolean |
isVisible() |
void |
setFontRenderer(IFontRenderer fontRenderer) |
void |
sortAll() |
public final GuiGuide gui
public ContentsList(GuiGuide gui)
public ContentsList.Title getOrAddTitle(java.lang.String title)
public ContentsList.Title.SubHeader getOrAddSubHeader(java.lang.String title, java.lang.String subHeader)
public void clear()
public void sortAll()
public void setFontRenderer(IFontRenderer fontRenderer)
public java.util.List<GuideChapter> getChapters()
public boolean isVisible()