Package net.minecraft.client.gui
Class Gui
java.lang.Object
net.minecraft.client.gui.GuiComponent
net.minecraft.client.gui.Gui
- Direct Known Subclasses:
ForgeIngameGui
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected BossHealthOverlayprotected ChatComponentprotected Map<ChatType,List<ChatListener>>protected static intprotected DebugScreenOverlayprotected static Componentprotected intprotected longprotected static intprotected static intprotected ItemRendererprotected intprotected longprotected ItemStackprotected static intprotected static floatprotected Minecraftprotected static intprotected Componentprotected intprotected static floatprotected static ResourceLocationprotected static ResourceLocationprotected Randomprotected floatprotected intprotected intprotected static Stringprotected SpectatorGuiprotected static ResourceLocationprotected Componentprotected SubtitleOverlayprotected PlayerTabOverlayprotected intprotected Componentprotected intprotected intprotected intprotected intprotected intprotected static ResourceLocationfloatprotected static ResourceLocationFields inherited from class net.minecraft.client.gui.GuiComponent
BACKGROUND_LOCATION, GUI_ICONS_LOCATION, STATS_ICON_LOCATION -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate booleancanRenderCrosshairForSpectator(HitResult p_93025_)voidclear()voidprotected voiddisplayScoreboardSidebar(PoseStack p_93037_, Objective p_93038_)protected voiddrawBackdrop(PoseStack p_93040_, Font p_93041_, int p_93042_, int p_93043_, int p_93044_)private PlayergetChat()getFont()intprivate LivingEntityprivate intgetVehicleMaxHearts(LivingEntity p_93023_)private intgetVisibleVehicleHeartRows(int p_93013_)guessChatUUID(Component p_93075_)voidhandleChat(ChatType p_93052_, Component p_93053_, UUID p_93054_)voidvoidprotected voidrenderCrosshair(PoseStack p_93081_)voidrenderDemoOverlay(PoseStack p_93078_)protected voidrenderEffects(PoseStack p_93029_)voidrenderExperienceBar(PoseStack p_93072_, int p_93073_)private voidrenderHeart(PoseStack p_168701_, Gui.HeartType p_168702_, int p_168703_, int p_168704_, int p_168705_, boolean p_168706_, boolean p_168707_)protected voidrenderHearts(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_)protected voidrenderHotbar(float p_93010_, PoseStack p_93011_)voidrenderJumpMeter(PoseStack p_93034_, int p_93035_)private voidrenderPlayerHealth(PoseStack p_93084_)protected voidrenderPortalOverlay(float p_93008_)voidrenderSelectedItemName(PoseStack p_93070_)private voidrenderSlot(int p_168678_, int p_168679_, float p_168680_, Player p_168681_, ItemStack p_168682_, int p_168683_)protected voidrenderSpyglassOverlay(float p_168676_)protected voidrenderTextureOverlay(ResourceLocation p_168709_, float p_168710_)private voidrenderVehicleHealth(PoseStack p_93087_)protected voidrenderVignette(Entity p_93068_)voidvoidsetNowPlaying(Component p_93056_)voidsetOverlayMessage(Component p_93064_, boolean p_93065_)voidsetSubtitle(Component p_168712_)voidsetTimes(int p_168685_, int p_168686_, int p_168687_)voidvoidtick()private voidupdateVignetteBrightness(Entity p_93021_)Methods inherited from class net.minecraft.client.gui.GuiComponent
blit, blit, blit, blit, blit, blitOutlineBlack, drawCenteredString, drawCenteredString, drawCenteredString, drawString, drawString, drawString, fill, fillGradient, fillGradient, fillGradient, getBlitOffset, hLine, setBlitOffset, vLine
-
Field Details
-
VIGNETTE_LOCATION
-
WIDGETS_LOCATION
-
PUMPKIN_BLUR_LOCATION
-
SPYGLASS_SCOPE_LOCATION
-
POWDER_SNOW_OUTLINE_LOCATION
-
DEMO_EXPIRED_TEXT
-
COLOR_WHITE
protected static final int COLOR_WHITE- See Also:
- Constant Field Values
-
MIN_CROSSHAIR_ATTACK_SPEED
protected static final float MIN_CROSSHAIR_ATTACK_SPEED- See Also:
- Constant Field Values
-
NUM_HEARTS_PER_ROW
protected static final int NUM_HEARTS_PER_ROW- See Also:
- Constant Field Values
-
LINE_HEIGHT
protected static final int LINE_HEIGHT- See Also:
- Constant Field Values
-
SPACER
- See Also:
- Constant Field Values
-
PORTAL_OVERLAY_ALPHA_MIN
protected static final float PORTAL_OVERLAY_ALPHA_MIN- See Also:
- Constant Field Values
-
HEART_SIZE
protected static final int HEART_SIZE- See Also:
- Constant Field Values
-
HEART_SEPARATION
protected static final int HEART_SEPARATION- See Also:
- Constant Field Values
-
random
-
minecraft
-
itemRenderer
-
chat
-
tickCount
protected int tickCount -
overlayMessageString
-
overlayMessageTime
protected int overlayMessageTime -
animateOverlayMessageColor
protected boolean animateOverlayMessageColor -
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 -
chatListeners
-
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
-
renderSpyglassOverlay
protected void renderSpyglassOverlay(float p_168676_) -
updateVignetteBrightness
-
renderVignette
-
renderPortalOverlay
protected void renderPortalOverlay(float p_93008_) -
renderSlot
-
tick
public void tick() -
setNowPlaying
-
setOverlayMessage
-
setTimes
public void setTimes(int p_168685_, int p_168686_, int p_168687_) -
setSubtitle
-
setTitle
-
clear
public void clear() -
guessChatUUID
-
handleChat
-
getChat
-
getGuiTicks
public int getGuiTicks() -
getFont
-
getSpectatorGui
-
getTabList
-
onDisconnected
public void onDisconnected() -
getBossOverlay
-
clearCache
public void clearCache()
-