public class GuiUnicodeGlyphButton extends GuiButtonExt
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
glyph |
float |
glyphScale |
buttonTextures, displayString, enabled, field_146123_n, height, id, packedFGColour, visible, width, xPosition, yPositionicons, optionsBackground, statIcons, 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)
Draws this button to the screen.
|
func_146111_b, func_146113_a, func_146115_a, func_154310_c, getButtonWidth, getHoverState, mouseDragged, mousePressed, mouseReleaseddrawCenteredString, drawGradientRect, drawHorizontalLine, drawRect, drawString, drawTexturedModalRect, drawTexturedModelRectFromIcon, drawVerticalLine, func_146110_a, func_152125_apublic 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)
GuiButtonExtdrawButton in class GuiButtonExt