public class GuiIngame extends Gui
ICONS, OPTIONS_BACKGROUND, STAT_ICONS, zLevel
Modifier and Type | Method and Description |
---|---|
void |
addChatMessage(ChatType chatTypeIn,
ITextComponent message) |
void |
displayTitle(java.lang.String title,
java.lang.String subTitle,
int timeFadeIn,
int displayTime,
int timeFadeOut) |
protected void |
func_212303_b(Entity p_212303_1_) |
GuiBossOverlay |
getBossOverlay() |
GuiNewChat |
getChatGUI() |
FontRenderer |
getFontRenderer() |
GuiSpectator |
getSpectatorGui() |
GuiPlayerTabOverlay |
getTabList() |
int |
getTicks() |
protected void |
renderAttackIndicator(float partialTicks) |
void |
renderDemoOverlay() |
void |
renderExpBar(int x) |
void |
renderGameOverlay(float partialTicks) |
void |
renderHorseJumpBar(int x) |
protected void |
renderHotbar(float partialTicks) |
protected void |
renderPortal(float timeInPortal) |
protected void |
renderPotionEffects() |
protected void |
renderPumpkinOverlay() |
protected void |
renderScoreboard(ScoreObjective objective) |
void |
renderSelectedItem() |
void |
resetPlayersOverlayFooterHeader() |
void |
setDefaultTitlesTimes() |
void |
setOverlayMessage(ITextComponent component,
boolean animateColor) |
void |
setOverlayMessage(java.lang.String message,
boolean animateColor) |
void |
setRecordPlayingMessage(java.lang.String recordName) |
void |
tick() |
drawCenteredString, drawGradientRect, drawHorizontalLine, drawModalRectWithCustomSizedTexture, drawRect, drawScaledCustomSizeModalRect, drawString, drawTexturedModalRect, drawTexturedModalRect, drawTexturedModalRect, drawVerticalLine
protected static final ResourceLocation VIGNETTE_TEX_PATH
protected static final ResourceLocation WIDGETS_TEX_PATH
protected static final ResourceLocation PUMPKIN_BLUR_TEX_PATH
protected final java.util.Random rand
protected final Minecraft mc
protected final ItemRenderer itemRenderer
protected final GuiNewChat persistantChatGUI
protected int ticks
protected java.lang.String overlayMessage
protected int overlayMessageTime
protected boolean animateOverlayMessageColor
public float prevVignetteBrightness
protected int remainingHighlightTicks
protected ItemStack highlightingItemStack
protected final GuiOverlayDebug overlayDebug
protected final GuiSubtitleOverlay overlaySubtitle
protected final GuiSpectator spectatorGui
protected final GuiPlayerTabOverlay overlayPlayerList
protected final GuiBossOverlay overlayBoss
protected int titlesTimer
protected java.lang.String displayedTitle
protected java.lang.String displayedSubTitle
protected int titleFadeIn
protected int titleDisplayTime
protected int titleFadeOut
protected int playerHealth
protected int lastPlayerHealth
protected long lastSystemTime
protected long healthUpdateCounter
protected int scaledWidth
protected int scaledHeight
protected final java.util.Map<ChatType,java.util.List<IChatListener>> chatListeners
public GuiIngame(Minecraft mcIn)
public void setDefaultTitlesTimes()
public void renderGameOverlay(float partialTicks)
protected void renderAttackIndicator(float partialTicks)
protected void renderPotionEffects()
protected void renderHotbar(float partialTicks)
public void renderHorseJumpBar(int x)
public void renderExpBar(int x)
public void renderSelectedItem()
public void renderDemoOverlay()
protected void renderScoreboard(ScoreObjective objective)
protected void renderPumpkinOverlay()
protected void func_212303_b(Entity p_212303_1_)
protected void renderPortal(float timeInPortal)
public void tick()
public void setRecordPlayingMessage(java.lang.String recordName)
public void setOverlayMessage(java.lang.String message, boolean animateColor)
public void displayTitle(java.lang.String title, java.lang.String subTitle, int timeFadeIn, int displayTime, int timeFadeOut)
public void setOverlayMessage(ITextComponent component, boolean animateColor)
public void addChatMessage(ChatType chatTypeIn, ITextComponent message)
public GuiNewChat getChatGUI()
public int getTicks()
public FontRenderer getFontRenderer()
public GuiSpectator getSpectatorGui()
public GuiPlayerTabOverlay getTabList()
public void resetPlayersOverlayFooterHeader()
public GuiBossOverlay getBossOverlay()