public class GuideChapterWithin extends GuideChapter
GuideChapter.EnumGuiSide
GuidePart.PagePosition
chapter, COLOURS, lastDrawn, MAX_HOVER_DISTANCE, MAX_HOWEVER_PROGRESS
gui, INDENT_WIDTH, LINE_HEIGHT, wasHovered, wasIconHovered
Constructor and Description |
---|
GuideChapterWithin(GuiGuide gui,
int indent,
java.lang.String text) |
GuideChapterWithin(GuiGuide gui,
java.lang.String chapter) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
onClick() |
GuidePart.PagePosition |
renderIntoArea(int x,
int y,
int width,
int height,
GuidePart.PagePosition current,
int index) |
draw, handleClick, handleMouseClick, isMouseInside, reset, updateScreen
getFontRenderer, handleMouseDragFinish, handleMouseDragPartial, renderLine, renderLines, renderLines, renderTextLine, setFontRenderer, wasHovered
public GuideChapterWithin(GuiGuide gui, int indent, java.lang.String text)
public GuideChapterWithin(GuiGuide gui, java.lang.String chapter)
public GuidePart.PagePosition renderIntoArea(int x, int y, int width, int height, GuidePart.PagePosition current, int index)
renderIntoArea
in class GuideChapter
current
- The current position to render fromindex
- The current page index to render onprotected boolean onClick()
onClick
in class GuideChapter