public class GuiIngame extends Gui
| Modifier and Type | Field and Description |
|---|---|
protected GuiStreamIndicator |
field_152127_m |
protected ItemStack |
highlightingItemStack
The ItemStack that is currently being highlighted
|
protected static RenderItem |
itemRenderer |
protected Minecraft |
mc |
protected GuiNewChat |
persistantChatGUI
ChatGUI instance that retains all previous chat data
|
float |
prevVignetteBrightness
Previous frame vignette brightness (slowly changes by 1% each frame)
|
protected static ResourceLocation |
pumpkinBlurTexPath |
protected java.util.Random |
rand |
protected boolean |
recordIsPlaying |
protected java.lang.String |
recordPlaying
The string specifying which record music is playing
|
protected int |
recordPlayingUpFor
How many ticks the record playing message will be displayed
|
protected int |
remainingHighlightTicks
Remaining ticks the item highlight should be visible
|
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()
returns a pointer to the persistant Chat GUI, containing all previous chat messages and such
|
int |
getUpdateCounter() |
protected void |
renderBossHealth()
Renders dragon's (boss) health on the HUD
|
void |
renderGameOverlay(float p_73830_1_,
boolean p_73830_2_,
int p_73830_3_,
int p_73830_4_)
Render the ingame overlay with quick icon bar, ...
|
protected void |
renderInventorySlot(int p_73832_1_,
int p_73832_2_,
int p_73832_3_,
float p_73832_4_)
Renders the specified item of the inventory slot at the specified location.
|
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_)
Renders the vignette.
|
void |
setRecordPlayingMessage(java.lang.String p_73833_1_) |
void |
updateTick()
The update tick for the ingame UI
|
drawCenteredString, drawGradientRect, drawHorizontalLine, drawRect, drawString, drawTexturedModalRect, drawTexturedModelRectFromIcon, drawVerticalLine, func_146110_a, func_152125_aprotected 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()