public class GuiForestryBookPages extends GuiForesterBook
book, PAGE_HEIGHT, PAGE_WIDTH, TEXTURE| Constructor and Description |
|---|
GuiForestryBookPages(IForesterBook book,
IBookCategory category,
IBookEntry entry,
IBookEntry parent) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
actionPerformed(net.minecraft.client.gui.GuiButton button) |
protected java.lang.String |
getTitle() |
protected java.util.List<java.lang.String> |
getTooltip(int mouseX,
int mouseY) |
protected void |
initButtons(GuiButtonPage leftButton,
GuiButtonPage rightButton,
GuiButtonBack backButton) |
void |
initGui() |
void |
switchPage(int page) |
void |
updateScreen() |
doesGuiPauseGame, drawScreen, drawText, drawTooltips, getBook, getGuiScreen, hasButtons, setGuiScreenaddElements, getGuiLeft, getGuiTop, getMC, getSizeX, getSizeY, handleMouseInput, keyTyped, mouseClicked, mouseReleased, setWorldAndResolutionaddButton, confirmClicked, drawBackground, drawDefaultBackground, drawHoveringText, drawHoveringText, drawHoveringText, drawWorldBackground, getClipboardString, getItemToolTip, handleComponentClick, handleComponentHover, handleInput, handleKeyboardInput, isAltKeyDown, isCtrlKeyDown, isFocused, isKeyComboCtrlA, isKeyComboCtrlC, isKeyComboCtrlV, isKeyComboCtrlX, isShiftKeyDown, mouseClickMove, onGuiClosed, onResize, renderToolTip, sendChatMessage, sendChatMessage, setClipboardString, setFocused, setGuiSize, setTextdrawCenteredString, drawGradientRect, drawHorizontalLine, drawModalRectWithCustomSizedTexture, drawRect, drawScaledCustomSizeModalRect, drawString, drawTexturedModalRect, drawTexturedModalRect, drawTexturedModalRect, drawVerticalLineclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetGuiLeft, getGuiTop, getMC, getSizeX, getSizeYpublic GuiForestryBookPages(IForesterBook book, IBookCategory category, IBookEntry entry, @Nullable IBookEntry parent)
public void switchPage(int page)
public void updateScreen()
updateScreen in class GuiWindowprotected void initButtons(GuiButtonPage leftButton, GuiButtonPage rightButton, GuiButtonBack backButton)
initButtons in class GuiForesterBookpublic void initGui()
initGui in class GuiForesterBookprotected java.util.List<java.lang.String> getTooltip(int mouseX,
int mouseY)
getTooltip in class GuiForesterBookprotected java.lang.String getTitle()
getTitle in class GuiForesterBookprotected void actionPerformed(net.minecraft.client.gui.GuiButton button)
actionPerformed in class net.minecraft.client.gui.GuiScreen