public class GuiIngame extends Gui
Modifier and Type | Field and Description |
---|---|
protected GuiStreamIndicator |
field_152127_m |
protected ItemStack |
highlightingItemStack |
protected static RenderItem |
itemRenderer |
protected Minecraft |
mc |
protected GuiNewChat |
persistantChatGUI |
float |
prevVignetteBrightness |
protected static ResourceLocation |
pumpkinBlurTexPath |
protected java.util.Random |
rand |
protected boolean |
recordIsPlaying |
protected java.lang.String |
recordPlaying |
protected int |
recordPlayingUpFor |
protected int |
remainingHighlightTicks |
protected int |
updateCounter |
protected static ResourceLocation |
vignetteTexPath |
protected static ResourceLocation |
widgetsTexPath |
icons, optionsBackground, statIcons, zLevel
Modifier and Type | Method and Description |
---|---|
void |
func_110326_a(java.lang.String p_110326_1_,
boolean p_110326_2_) |
protected void |
func_110327_a(int p_110327_1_,
int p_110327_2_) |
protected void |
func_130015_b(float p_130015_1_,
int p_130015_2_,
int p_130015_3_) |
void |
func_152126_a(float p_152126_1_,
float p_152126_2_) |
protected void |
func_96136_a(ScoreObjective p_96136_1_,
int p_96136_2_,
int p_96136_3_,
FontRenderer p_96136_4_) |
GuiNewChat |
getChatGUI() |
int |
getUpdateCounter() |
protected void |
renderBossHealth() |
void |
renderGameOverlay(float p_73830_1_,
boolean p_73830_2_,
int p_73830_3_,
int p_73830_4_) |
protected void |
renderInventorySlot(int p_73832_1_,
int p_73832_2_,
int p_73832_3_,
float p_73832_4_) |
protected void |
renderPumpkinBlur(int p_73836_1_,
int p_73836_2_) |
protected void |
renderVignette(float p_73829_1_,
int p_73829_2_,
int p_73829_3_) |
void |
setRecordPlayingMessage(java.lang.String p_73833_1_) |
void |
updateTick() |
drawCenteredString, drawGradientRect, drawHorizontalLine, drawRect, drawString, drawTexturedModalRect, drawTexturedModelRectFromIcon, drawVerticalLine, func_146110_a, func_152125_a
protected static final ResourceLocation vignetteTexPath
protected static final ResourceLocation widgetsTexPath
protected static final ResourceLocation pumpkinBlurTexPath
protected static final RenderItem itemRenderer
protected final java.util.Random rand
protected final Minecraft mc
protected final GuiNewChat persistantChatGUI
protected final GuiStreamIndicator field_152127_m
protected int updateCounter
protected java.lang.String recordPlaying
protected int recordPlayingUpFor
protected boolean recordIsPlaying
public float prevVignetteBrightness
protected int remainingHighlightTicks
protected ItemStack highlightingItemStack
public GuiIngame(Minecraft p_i1036_1_)
public void renderGameOverlay(float p_73830_1_, boolean p_73830_2_, int p_73830_3_, int p_73830_4_)
public void func_152126_a(float p_152126_1_, float p_152126_2_)
protected void func_96136_a(ScoreObjective p_96136_1_, int p_96136_2_, int p_96136_3_, FontRenderer p_96136_4_)
protected void func_110327_a(int p_110327_1_, int p_110327_2_)
protected void renderBossHealth()
protected void renderPumpkinBlur(int p_73836_1_, int p_73836_2_)
protected void renderVignette(float p_73829_1_, int p_73829_2_, int p_73829_3_)
protected void func_130015_b(float p_130015_1_, int p_130015_2_, int p_130015_3_)
protected void renderInventorySlot(int p_73832_1_, int p_73832_2_, int p_73832_3_, float p_73832_4_)
public void updateTick()
public void setRecordPlayingMessage(java.lang.String p_73833_1_)
public void func_110326_a(java.lang.String p_110326_1_, boolean p_110326_2_)
public GuiNewChat getChatGUI()
public int getUpdateCounter()