public class Gui
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static ResourceLocation |
icons |
static ResourceLocation |
optionsBackground |
static ResourceLocation |
statIcons |
protected float |
zLevel |
Constructor and Description |
---|
Gui() |
Modifier and Type | Method and Description |
---|---|
void |
drawCenteredString(FontRenderer p_73732_1_,
java.lang.String p_73732_2_,
int p_73732_3_,
int p_73732_4_,
int p_73732_5_) |
protected void |
drawGradientRect(int p_73733_1_,
int p_73733_2_,
int p_73733_3_,
int p_73733_4_,
int p_73733_5_,
int p_73733_6_) |
protected void |
drawHorizontalLine(int p_73730_1_,
int p_73730_2_,
int p_73730_3_,
int p_73730_4_) |
static void |
drawRect(int p_73734_0_,
int p_73734_1_,
int p_73734_2_,
int p_73734_3_,
int p_73734_4_) |
void |
drawString(FontRenderer p_73731_1_,
java.lang.String p_73731_2_,
int p_73731_3_,
int p_73731_4_,
int p_73731_5_) |
void |
drawTexturedModalRect(int p_73729_1_,
int p_73729_2_,
int p_73729_3_,
int p_73729_4_,
int p_73729_5_,
int p_73729_6_) |
void |
drawTexturedModelRectFromIcon(int p_94065_1_,
int p_94065_2_,
IIcon p_94065_3_,
int p_94065_4_,
int p_94065_5_) |
protected void |
drawVerticalLine(int p_73728_1_,
int p_73728_2_,
int p_73728_3_,
int p_73728_4_) |
static void |
func_146110_a(int p_146110_0_,
int p_146110_1_,
float p_146110_2_,
float p_146110_3_,
int p_146110_4_,
int p_146110_5_,
float p_146110_6_,
float p_146110_7_) |
static void |
func_152125_a(int p_152125_0_,
int p_152125_1_,
float p_152125_2_,
float p_152125_3_,
int p_152125_4_,
int p_152125_5_,
int p_152125_6_,
int p_152125_7_,
float p_152125_8_,
float p_152125_9_) |
public static final ResourceLocation optionsBackground
public static final ResourceLocation statIcons
public static final ResourceLocation icons
protected float zLevel
protected void drawHorizontalLine(int p_73730_1_, int p_73730_2_, int p_73730_3_, int p_73730_4_)
protected void drawVerticalLine(int p_73728_1_, int p_73728_2_, int p_73728_3_, int p_73728_4_)
public static void drawRect(int p_73734_0_, int p_73734_1_, int p_73734_2_, int p_73734_3_, int p_73734_4_)
protected void drawGradientRect(int p_73733_1_, int p_73733_2_, int p_73733_3_, int p_73733_4_, int p_73733_5_, int p_73733_6_)
public void drawCenteredString(FontRenderer p_73732_1_, java.lang.String p_73732_2_, int p_73732_3_, int p_73732_4_, int p_73732_5_)
public void drawString(FontRenderer p_73731_1_, java.lang.String p_73731_2_, int p_73731_3_, int p_73731_4_, int p_73731_5_)
public void drawTexturedModalRect(int p_73729_1_, int p_73729_2_, int p_73729_3_, int p_73729_4_, int p_73729_5_, int p_73729_6_)
public void drawTexturedModelRectFromIcon(int p_94065_1_, int p_94065_2_, IIcon p_94065_3_, int p_94065_4_, int p_94065_5_)
public static void func_146110_a(int p_146110_0_, int p_146110_1_, float p_146110_2_, float p_146110_3_, int p_146110_4_, int p_146110_5_, float p_146110_6_, float p_146110_7_)
public static void func_152125_a(int p_152125_0_, int p_152125_1_, float p_152125_2_, float p_152125_3_, int p_152125_4_, int p_152125_5_, int p_152125_6_, int p_152125_7_, float p_152125_8_, float p_152125_9_)