public class GuiLabel extends Gui
Modifier and Type | Field and Description |
---|---|
protected int |
height |
int |
id |
boolean |
visible |
protected int |
width |
int |
x |
int |
y |
ICONS, OPTIONS_BACKGROUND, STAT_ICONS, zLevel
Constructor and Description |
---|
GuiLabel(FontRenderer fontRendererObj,
int p_i45540_2_,
int p_i45540_3_,
int p_i45540_4_,
int p_i45540_5_,
int p_i45540_6_,
int p_i45540_7_) |
Modifier and Type | Method and Description |
---|---|
void |
addLine(java.lang.String p_175202_1_) |
void |
drawLabel(Minecraft mc,
int mouseX,
int mouseY) |
protected void |
drawLabelBackground(Minecraft mcIn,
int p_146160_2_,
int p_146160_3_) |
GuiLabel |
setCentered() |
drawCenteredString, drawGradientRect, drawHorizontalLine, drawModalRectWithCustomSizedTexture, drawRect, drawScaledCustomSizeModalRect, drawString, drawTexturedModalRect, drawTexturedModalRect, drawTexturedModalRect, drawVerticalLine
protected int width
protected int height
public int x
public int y
public int id
public boolean visible
public GuiLabel(FontRenderer fontRendererObj, int p_i45540_2_, int p_i45540_3_, int p_i45540_4_, int p_i45540_5_, int p_i45540_6_, int p_i45540_7_)