static class GuiMerchant.MerchantButton extends GuiButton
| Modifier and Type | Field and Description |
|---|---|
private boolean |
field_146157_o |
buttonTextures, displayString, enabled, height, hovered, id, visible, width, xPosition, yPositionicons, optionsBackground, statIcons, zLevel| Constructor and Description |
|---|
MerchantButton(int buttonID,
int x,
int y,
boolean p_i1095_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 MerchantButton(int buttonID,
int x,
int y,
boolean p_i1095_4_)
public void drawButton(Minecraft mc, int mouseX, int mouseY)
GuiButtondrawButton in class GuiButton