public class GuiUnicodeGlyphButton extends GuiButtonExt
Modifier and Type | Field and Description |
---|---|
java.lang.String |
glyph |
float |
glyphScale |
BUTTON_TEXTURES, displayString, enabled, height, hovered, id, packedFGColour, visible, width, x, y
ICONS, OPTIONS_BACKGROUND, STAT_ICONS, zLevel
Constructor and Description |
---|
GuiUnicodeGlyphButton(int id,
int xPos,
int yPos,
int width,
int height,
java.lang.String displayString,
java.lang.String glyph,
float glyphScale) |
Modifier and Type | Method and Description |
---|---|
void |
drawButton(Minecraft mc,
int mouseX,
int mouseY,
float partial)
Draws this button to the screen.
|
drawButtonForegroundLayer, getButtonWidth, getHoverState, isMouseOver, mouseDragged, mousePressed, mouseReleased, playPressSound, setWidth
drawCenteredString, drawGradientRect, drawHorizontalLine, drawModalRectWithCustomSizedTexture, drawRect, drawScaledCustomSizeModalRect, drawString, drawTexturedModalRect, drawTexturedModalRect, drawTexturedModalRect, drawVerticalLine
public GuiUnicodeGlyphButton(int id, int xPos, int yPos, int width, int height, java.lang.String displayString, java.lang.String glyph, float glyphScale)
public void drawButton(Minecraft mc, int mouseX, int mouseY, float partial)
GuiButtonExt
drawButton
in class GuiButtonExt