public class GuiLabel extends Gui
Modifier and Type | Field and Description |
---|---|
private int |
backColor |
private int |
border |
private int |
brColor |
private boolean |
centered |
private FontRenderer |
fontRenderer |
protected int |
height |
int |
id |
private boolean |
labelBgEnabled |
private java.util.List<java.lang.String> |
labels |
private int |
textColor |
private int |
ulColor |
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
private final java.util.List<java.lang.String> labels
public int id
private boolean centered
public boolean visible
private boolean labelBgEnabled
private final int textColor
private int backColor
private int ulColor
private int brColor
private final FontRenderer fontRenderer
private int border
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_)