static class GuiScreenBook.NextPageButton extends GuiButton
| Modifier and Type | Field and Description |
|---|---|
private boolean |
field_146151_o |
buttonTextures, displayString, enabled, height, hovered, id, visible, width, xPosition, yPositionicons, optionsBackground, statIcons, zLevel| Constructor and Description |
|---|
NextPageButton(int p_i46316_1_,
int p_i46316_2_,
int p_i46316_3_,
boolean p_i46316_4_) |
| Modifier and Type | Method and Description |
|---|---|
void |
drawButton(Minecraft mc,
int mouseX,
int mouseY)
Draws this button to the screen.
|
drawButtonForegroundLayer, getButtonWidth, getHoverState, isMouseOver, mouseDragged, mousePressed, mouseReleased, playPressSound, setWidthdrawCenteredString, drawGradientRect, drawHorizontalLine, drawModalRectWithCustomSizedTexture, drawRect, drawScaledCustomSizeModalRect, drawString, drawTexturedModalRect, drawTexturedModalRect, drawTexturedModalRect, drawVerticalLinepublic NextPageButton(int p_i46316_1_,
int p_i46316_2_,
int p_i46316_3_,
boolean p_i46316_4_)
public void drawButton(Minecraft mc, int mouseX, int mouseY)
GuiButtondrawButton in class GuiButton