public class GuiButtonRealmsProxy extends GuiButton
BUTTON_TEXTURES, displayString, enabled, height, hovered, id, packedFGColor, visible, width, x, y
ICONS, OPTIONS_BACKGROUND, STAT_ICONS, zLevel
Constructor and Description |
---|
GuiButtonRealmsProxy(RealmsButton realmsButtonIn,
int buttonId,
int x,
int y,
java.lang.String text) |
GuiButtonRealmsProxy(RealmsButton realmsButtonIn,
int buttonId,
int x,
int y,
java.lang.String text,
int widthIn,
int heightIn) |
Modifier and Type | Method and Description |
---|---|
boolean |
active() |
void |
active(boolean p_207706_1_) |
int |
getHeight() |
int |
getHoverState(boolean mouseOver) |
RealmsButton |
getRealmsButton() |
int |
getWidth() |
int |
getYImage(boolean p_154312_1_) |
int |
id() |
void |
msg(java.lang.String p_207705_1_) |
void |
onClick(double mouseX,
double mouseY) |
void |
onRelease(double mouseX,
double mouseY) |
void |
renderBg(Minecraft mc,
int mouseX,
int mouseY) |
int |
y() |
drawButtonForegroundLayer, isMouseOver, isPressable, mouseClicked, mouseDragged, mouseReleased, onDrag, playPressSound, render, setWidth
drawCenteredString, drawGradientRect, drawHorizontalLine, drawModalRectWithCustomSizedTexture, drawRect, drawScaledCustomSizeModalRect, drawString, drawTexturedModalRect, drawTexturedModalRect, drawTexturedModalRect, drawVerticalLine
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
canFocus, charTyped, focusChanged, keyPressed, keyReleased, mouseScrolled
public GuiButtonRealmsProxy(RealmsButton realmsButtonIn, int buttonId, int x, int y, java.lang.String text)
public GuiButtonRealmsProxy(RealmsButton realmsButtonIn, int buttonId, int x, int y, java.lang.String text, int widthIn, int heightIn)
public int id()
public boolean active()
public void active(boolean p_207706_1_)
public void msg(java.lang.String p_207705_1_)
public int y()
public void onRelease(double mouseX, double mouseY)
public void renderBg(Minecraft mc, int mouseX, int mouseY)
public RealmsButton getRealmsButton()
public int getHoverState(boolean mouseOver)
getHoverState
in class GuiButton
public int getYImage(boolean p_154312_1_)
public int getHeight()