Package net.minecraft.client.gui
Class Gui
java.lang.Object
net.minecraft.client.gui.GuiComponent
net.minecraft.client.gui.Gui
- Direct Known Subclasses:
ForgeGui
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.gui.GuiComponent
GuiComponent.ScissorStack
-
Field Summary
Modifier and TypeFieldDescriptionprotected boolean
protected static final float
protected float
protected final BossHealthOverlay
protected final ChatComponent
protected boolean
protected static final int
protected final DebugScreenOverlay
protected static final Component
protected int
protected long
protected static final int
protected static final int
protected final ItemRenderer
protected float
protected int
protected long
protected ItemStack
protected static final int
protected static final float
protected final Minecraft
protected static final int
protected Component
protected int
protected static final float
protected static final ResourceLocation
protected static final ResourceLocation
protected final RandomSource
protected static final Component
protected float
protected int
protected int
protected static final String
protected final SpectatorGui
protected static final ResourceLocation
protected Component
protected final SubtitleOverlay
protected final PlayerTabOverlay
protected int
protected Component
protected int
protected int
protected int
protected int
protected int
protected static final ResourceLocation
float
protected static final ResourceLocation
Fields inherited from class net.minecraft.client.gui.GuiComponent
BACKGROUND_LOCATION, GUI_ICONS_LOCATION, LIGHT_DIRT_BACKGROUND, STATS_ICON_LOCATION
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate boolean
canRenderCrosshairForSpectator
(HitResult p_93025_) void
clear()
void
void
displayScoreboardSidebar
(PoseStack p_93037_, Objective p_93038_) protected void
drawBackdrop
(PoseStack p_93040_, Font p_93041_, int p_93042_, int p_93043_, int p_93044_) private Player
getChat()
getFont()
int
private LivingEntity
private int
getVehicleMaxHearts
(LivingEntity p_93023_) private int
getVisibleVehicleHeartRows
(int p_93013_) boolean
void
void
void
renderCrosshair
(PoseStack p_93081_) void
renderDemoOverlay
(PoseStack p_93078_) void
renderEffects
(PoseStack p_93029_) void
renderExperienceBar
(PoseStack p_93072_, int p_93073_) private void
renderHeart
(PoseStack p_168701_, Gui.HeartType p_168702_, int p_168703_, int p_168704_, int p_168705_, boolean p_168706_, boolean p_168707_) protected void
renderHearts
(PoseStack p_168689_, Player p_168690_, int p_168691_, int p_168692_, int p_168693_, int p_168694_, float p_168695_, int p_168696_, int p_168697_, int p_168698_, boolean p_168699_) void
renderHotbar
(float p_93010_, PoseStack p_93011_) void
renderJumpMeter
(PlayerRideableJumping p_250242_, PoseStack p_250216_, int p_248942_) private void
renderPlayerHealth
(PoseStack p_93084_) protected void
renderPortalOverlay
(PoseStack p_265769_, float p_265121_) private void
renderSavingIndicator
(PoseStack p_193835_) void
renderSelectedItemName
(PoseStack p_93070_) private void
renderSlot
(PoseStack p_275705_, int p_275509_, int p_275563_, float p_275329_, Player p_275633_, ItemStack p_275660_, int p_275383_) void
renderSpyglassOverlay
(PoseStack p_265563_, float p_265127_) protected void
renderTextureOverlay
(PoseStack p_265358_, ResourceLocation p_265726_, float p_265119_) private void
renderVehicleHealth
(PoseStack p_93087_) void
renderVignette
(PoseStack p_265650_, Entity p_265294_) void
void
setChatDisabledByPlayerShown
(boolean p_238398_) void
setNowPlaying
(Component p_93056_) void
setOverlayMessage
(Component p_93064_, boolean p_93065_) void
setSubtitle
(Component p_168712_) void
setTimes
(int p_168685_, int p_168686_, int p_168687_) void
private void
tick()
void
tick
(boolean p_193833_) private void
private void
updateVignetteBrightness
(Entity p_93021_) Methods inherited from class net.minecraft.client.gui.GuiComponent
blit, blit, blit, blit, blit, blit, blitNineSliced, blitNineSliced, blitNineSliced, blitOutlineBlack, blitRepeating, disableScissor, drawCenteredString, drawCenteredString, drawCenteredString, drawString, drawString, drawString, enableScissor, fill, fill, fillGradient, fillGradient, fillGradient, hLine, renderOutline, vLine
-
Field Details
-
VIGNETTE_LOCATION
-
WIDGETS_LOCATION
-
PUMPKIN_BLUR_LOCATION
-
SPYGLASS_SCOPE_LOCATION
-
POWDER_SNOW_OUTLINE_LOCATION
-
DEMO_EXPIRED_TEXT
-
SAVING_TEXT
-
COLOR_WHITE
protected static final int COLOR_WHITE- See Also:
-
MIN_CROSSHAIR_ATTACK_SPEED
protected static final float MIN_CROSSHAIR_ATTACK_SPEED- See Also:
-
NUM_HEARTS_PER_ROW
protected static final int NUM_HEARTS_PER_ROW- See Also:
-
LINE_HEIGHT
protected static final int LINE_HEIGHT- See Also:
-
SPACER
- See Also:
-
PORTAL_OVERLAY_ALPHA_MIN
protected static final float PORTAL_OVERLAY_ALPHA_MIN- See Also:
-
HEART_SIZE
protected static final int HEART_SIZE- See Also:
-
HEART_SEPARATION
protected static final int HEART_SEPARATION- See Also:
-
AUTOSAVE_FADE_SPEED_FACTOR
protected static final float AUTOSAVE_FADE_SPEED_FACTOR- See Also:
-
random
-
minecraft
-
itemRenderer
-
chat
-
tickCount
protected int tickCount -
overlayMessageString
-
overlayMessageTime
protected int overlayMessageTime -
animateOverlayMessageColor
protected boolean animateOverlayMessageColor -
chatDisabledByPlayerShown
protected boolean chatDisabledByPlayerShown -
vignetteBrightness
public float vignetteBrightness -
toolHighlightTimer
protected int toolHighlightTimer -
lastToolHighlight
-
debugScreen
-
subtitleOverlay
-
spectatorGui
-
tabList
-
bossOverlay
-
titleTime
protected int titleTime -
title
-
subtitle
-
titleFadeInTime
protected int titleFadeInTime -
titleStayTime
protected int titleStayTime -
titleFadeOutTime
protected int titleFadeOutTime -
lastHealth
protected int lastHealth -
displayHealth
protected int displayHealth -
lastHealthTime
protected long lastHealthTime -
healthBlinkTime
protected long healthBlinkTime -
screenWidth
protected int screenWidth -
screenHeight
protected int screenHeight -
autosaveIndicatorValue
protected float autosaveIndicatorValue -
lastAutosaveIndicatorValue
protected float lastAutosaveIndicatorValue -
scopeScale
protected float scopeScale
-
-
Constructor Details
-
Gui
-
-
Method Details
-
resetTitleTimes
public void resetTitleTimes() -
render
-
drawBackdrop
-
renderCrosshair
-
canRenderCrosshairForSpectator
-
renderEffects
-
renderHotbar
-
renderJumpMeter
-
renderExperienceBar
-
renderSelectedItemName
-
renderDemoOverlay
-
displayScoreboardSidebar
-
getCameraPlayer
-
getPlayerVehicleWithHealth
-
getVehicleMaxHearts
-
getVisibleVehicleHeartRows
private int getVisibleVehicleHeartRows(int p_93013_) -
renderPlayerHealth
-
renderHearts
-
renderHeart
private void renderHeart(PoseStack p_168701_, Gui.HeartType p_168702_, int p_168703_, int p_168704_, int p_168705_, boolean p_168706_, boolean p_168707_) -
renderVehicleHealth
-
renderTextureOverlay
protected void renderTextureOverlay(PoseStack p_265358_, ResourceLocation p_265726_, float p_265119_) -
renderSpyglassOverlay
-
updateVignetteBrightness
-
renderVignette
-
renderPortalOverlay
-
renderSlot
-
tick
public void tick(boolean p_193833_) -
tick
private void tick() -
tickAutosaveIndicator
private void tickAutosaveIndicator() -
setNowPlaying
-
setOverlayMessage
-
setChatDisabledByPlayerShown
public void setChatDisabledByPlayerShown(boolean p_238398_) -
isShowingChatDisabledByPlayer
public boolean isShowingChatDisabledByPlayer() -
setTimes
public void setTimes(int p_168685_, int p_168686_, int p_168687_) -
setSubtitle
-
setTitle
-
clear
public void clear() -
getChat
-
getGuiTicks
public int getGuiTicks() -
getFont
-
getSpectatorGui
-
getTabList
-
onDisconnected
public void onDisconnected() -
getBossOverlay
-
clearCache
public void clearCache() -
renderSavingIndicator
-