Package | Description |
---|---|
buildcraft.lib.client.guide | |
buildcraft.lib.client.guide.parts |
Modifier and Type | Method and Description |
---|---|
int |
PageLine.compareTo(PageLine o) |
Modifier and Type | Field and Description |
---|---|
PageLine |
GuideChapter.chapter |
PageLine |
GuideText.text |
Modifier and Type | Method and Description |
---|---|
protected GuidePart.PagePosition |
GuidePart.renderLine(GuidePart.PagePosition current,
PageLine line,
int x,
int y,
int width,
int height,
int pageRenderIndex) |
Modifier and Type | Method and Description |
---|---|
protected GuidePart.PagePosition |
GuidePart.renderLines(java.lang.Iterable<PageLine> lines,
GuidePart.PagePosition part,
int x,
int y,
int width,
int height,
int index) |
protected GuidePart.PagePosition |
GuidePart.renderLines(java.lang.Iterable<PageLine> lines,
int x,
int y,
int width,
int height,
int index) |
Constructor and Description |
---|
GuideText(GuiGuide gui,
PageLine text) |