public class GuiIngame extends Gui
icons, optionsBackground, statIcons, zLevel
Modifier and Type | Method and Description |
---|---|
void |
func_175176_b(ScaledResolution p_175176_1_,
int p_175176_2_) |
void |
func_175177_a() |
void |
func_175178_a(java.lang.String p_175178_1_,
java.lang.String p_175178_2_,
int p_175178_3_,
int p_175178_4_,
int p_175178_5_) |
FontRenderer |
func_175179_f() |
void |
func_175182_a(ScaledResolution p_175182_1_) |
void |
func_175185_b(ScaledResolution p_175185_1_) |
void |
func_175186_a(ScaledResolution p_175186_1_,
int p_175186_2_) |
GuiSpectator |
func_175187_g() |
void |
func_175188_a(IChatComponent p_175188_1_,
boolean p_175188_2_) |
protected void |
func_180474_b(float p_180474_1_,
ScaledResolution p_180474_2_) |
protected void |
func_180475_a(ScoreObjective p_180475_1_,
ScaledResolution p_180475_2_) |
protected void |
func_180476_e(ScaledResolution p_180476_1_) |
protected void |
func_180477_d(ScaledResolution p_180477_1_) |
protected void |
func_180480_a(float p_180480_1_,
ScaledResolution p_180480_2_) |
GuiNewChat |
getChatGUI() |
GuiPlayerTabOverlay |
getTabList() |
int |
getUpdateCounter() |
protected void |
renderBossHealth() |
void |
renderGameOverlay(float partialTicks) |
protected void |
renderHotbarItem(int index,
int xPos,
int yPos,
float partialTicks,
EntityPlayer p_175184_5_) |
void |
renderStreamIndicator(ScaledResolution p_180478_1_) |
protected void |
renderTooltip(ScaledResolution sr,
float partialTicks) |
void |
setRecordPlaying(java.lang.String p_110326_1_,
boolean p_110326_2_) |
void |
setRecordPlayingMessage(java.lang.String p_73833_1_) |
protected boolean |
showCrosshair() |
void |
updateTick() |
drawCenteredString, drawGradientRect, drawHorizontalLine, drawModalRectWithCustomSizedTexture, drawRect, drawScaledCustomSizeModalRect, drawString, drawTexturedModalRect, drawTexturedModalRect, drawTexturedModalRect, drawVerticalLine
protected static final ResourceLocation vignetteTexPath
protected static final ResourceLocation widgetsTexPath
protected static final ResourceLocation pumpkinBlurTexPath
protected final java.util.Random rand
protected final Minecraft mc
protected final RenderItem itemRenderer
protected final GuiNewChat persistantChatGUI
protected final GuiStreamIndicator streamIndicator
protected int updateCounter
protected java.lang.String recordPlaying
protected int recordPlayingUpFor
protected boolean recordIsPlaying
public float prevVignetteBrightness
protected int remainingHighlightTicks
protected ItemStack highlightingItemStack
protected final GuiOverlayDebug overlayDebug
protected final GuiSpectator spectatorGui
protected final GuiPlayerTabOverlay overlayPlayerList
protected int field_175195_w
protected java.lang.String field_175201_x
protected java.lang.String field_175200_y
protected int field_175199_z
protected int field_175192_A
protected int field_175193_B
protected int field_175194_C
protected int field_175189_D
protected long lastSystemTime
protected long field_175191_F
public GuiIngame(Minecraft mcIn)
public void func_175177_a()
public void renderGameOverlay(float partialTicks)
protected void renderTooltip(ScaledResolution sr, float partialTicks)
public void func_175186_a(ScaledResolution p_175186_1_, int p_175186_2_)
public void func_175176_b(ScaledResolution p_175176_1_, int p_175176_2_)
public void func_175182_a(ScaledResolution p_175182_1_)
public void func_175185_b(ScaledResolution p_175185_1_)
protected boolean showCrosshair()
public void renderStreamIndicator(ScaledResolution p_180478_1_)
protected void func_180475_a(ScoreObjective p_180475_1_, ScaledResolution p_180475_2_)
protected void func_180477_d(ScaledResolution p_180477_1_)
protected void renderBossHealth()
protected void func_180476_e(ScaledResolution p_180476_1_)
protected void func_180480_a(float p_180480_1_, ScaledResolution p_180480_2_)
protected void func_180474_b(float p_180474_1_, ScaledResolution p_180474_2_)
protected void renderHotbarItem(int index, int xPos, int yPos, float partialTicks, EntityPlayer p_175184_5_)
public void updateTick()
public void setRecordPlayingMessage(java.lang.String p_73833_1_)
public void setRecordPlaying(java.lang.String p_110326_1_, boolean p_110326_2_)
public void func_175178_a(java.lang.String p_175178_1_, java.lang.String p_175178_2_, int p_175178_3_, int p_175178_4_, int p_175178_5_)
public void func_175188_a(IChatComponent p_175188_1_, boolean p_175188_2_)
public GuiNewChat getChatGUI()
public int getUpdateCounter()
public FontRenderer func_175179_f()
public GuiSpectator func_175187_g()
public GuiPlayerTabOverlay getTabList()