Package net.minecraft.client.gui.hud
Class InGameHud
java.lang.Object
net.minecraft.client.gui.DrawableHelper
net.minecraft.client.gui.hud.InGameHud
@Environment(CLIENT) public class InGameHud extends DrawableHelper
- Mappings:
Namespace Name official drg
intermediary net/minecraft/class_329
named net/minecraft/client/gui/hud/InGameHud
-
Field Summary
Fields inherited from class net.minecraft.client.gui.DrawableHelper
GUI_ICONS_TEXTURE, OPTIONS_BACKGROUND_TEXTURE, STATS_ICON_TEXTURE
-
Constructor Summary
Constructors Constructor Description InGameHud(MinecraftClient client)
-
Method Summary
Modifier and Type Method Description void
addChatMessage(MessageType type, Text message, UUID senderUuid)
void
clear()
private void
drawTextBackground(MatrixStack matrices, TextRenderer textRenderer, int yOffset, int width, int color)
UUID
extractSender(Text message)
BossBarHud
getBossBarHud()
private PlayerEntity
getCameraPlayer()
ChatHud
getChatHud()
TextRenderer
getFontRenderer()
private int
getHeartCount(LivingEntity entity)
private int
getHeartRows(int heartCount)
PlayerListHud
getPlayerListHud()
private LivingEntity
getRiddenEntity()
SpectatorHud
getSpectatorHud()
int
getTicks()
void
render(MatrixStack matrices, float tickDelta)
private void
renderCrosshair(MatrixStack matrices)
void
renderDemoTimer(MatrixStack matrices)
void
renderExperienceBar(MatrixStack matrices, int x)
void
renderHeldItemTooltip(MatrixStack matrices)
protected void
renderHotbar(float tickDelta, MatrixStack matrices)
private void
renderHotbarItem(int x, int y, float tickDelta, PlayerEntity player, ItemStack stack, int int2)
private void
renderMountHealth(MatrixStack matrices)
void
renderMountJumpBar(MatrixStack matrices, int x)
private void
renderOverlay(Identifier texture, float opacity)
private void
renderPortalOverlay(float nauseaStrength)
private void
renderScoreboardSidebar(MatrixStack matrices, ScoreboardObjective objective)
private void
renderSpyglassOverlay(float scale)
private void
renderStatusBars(MatrixStack matrices)
protected void
renderStatusEffectOverlay(MatrixStack matrices)
private void
renderVignetteOverlay(Entity entity)
void
resetDebugHudChunk()
void
setDefaultTitleFade()
void
setOverlayMessage(Text message, boolean tinted)
void
setRecordPlayingOverlay(Text description)
void
setTitles(Text title, Text subtitle, int titleFadeInTicks, int titleRemainTicks, int titleFadeOutTicks)
private boolean
shouldRenderSpectatorCrosshair(HitResult hitResult)
void
tick()
private void
updateVignetteDarkness(Entity entity)
Methods inherited from class net.minecraft.client.gui.DrawableHelper
drawCenteredString, drawCenteredText, drawHorizontalLine, drawSprite, drawStringWithShadow, drawTexture, drawTexture, drawTexture, drawTexture, drawTextWithShadow, drawVerticalLine, fill, fillGradient, fillGradient, getZOffset, method_29343, method_33284, setZOffset
-
Field Details
-
VIGNETTE_TEXTURE
- Mappings:
Namespace Name Mixin selector official b
Ldrg;b:Lwb;
intermediary field_2020
Lnet/minecraft/class_329;field_2020:Lnet/minecraft/class_2960;
named VIGNETTE_TEXTURE
Lnet/minecraft/client/gui/hud/InGameHud;VIGNETTE_TEXTURE:Lnet/minecraft/util/Identifier;
-
WIDGETS_TEXTURE
- Mappings:
Namespace Name Mixin selector official c
Ldrg;c:Lwb;
intermediary field_2028
Lnet/minecraft/class_329;field_2028:Lnet/minecraft/class_2960;
named WIDGETS_TEXTURE
Lnet/minecraft/client/gui/hud/InGameHud;WIDGETS_TEXTURE:Lnet/minecraft/util/Identifier;
-
PUMPKIN_BLUR
- Mappings:
Namespace Name Mixin selector official d
Ldrg;d:Lwb;
intermediary field_2019
Lnet/minecraft/class_329;field_2019:Lnet/minecraft/class_2960;
named PUMPKIN_BLUR
Lnet/minecraft/client/gui/hud/InGameHud;PUMPKIN_BLUR:Lnet/minecraft/util/Identifier;
-
SPYGLASS_SCOPE
- Mappings:
Namespace Name Mixin selector official e
Ldrg;e:Lwb;
intermediary field_27389
Lnet/minecraft/class_329;field_27389:Lnet/minecraft/class_2960;
named SPYGLASS_SCOPE
Lnet/minecraft/client/gui/hud/InGameHud;SPYGLASS_SCOPE:Lnet/minecraft/util/Identifier;
-
POWDER_SNOW_OUTLINE
- Mappings:
Namespace Name Mixin selector official i
Ldrg;i:Lwb;
intermediary field_27960
Lnet/minecraft/class_329;field_27960:Lnet/minecraft/class_2960;
named POWDER_SNOW_OUTLINE
Lnet/minecraft/client/gui/hud/InGameHud;POWDER_SNOW_OUTLINE:Lnet/minecraft/util/Identifier;
-
DEMO_EXPIRED_MESSAGE
- Mappings:
Namespace Name Mixin selector official j
Ldrg;j:Loi;
intermediary field_26527
Lnet/minecraft/class_329;field_26527:Lnet/minecraft/class_2561;
named DEMO_EXPIRED_MESSAGE
Lnet/minecraft/client/gui/hud/InGameHud;DEMO_EXPIRED_MESSAGE:Lnet/minecraft/text/Text;
-
random
- Mappings:
Namespace Name Mixin selector official k
Ldrg;k:Ljava/util/Random;
intermediary field_2034
Lnet/minecraft/class_329;field_2034:Ljava/util/Random;
named random
Lnet/minecraft/client/gui/hud/InGameHud;random:Ljava/util/Random;
-
client
- Mappings:
Namespace Name Mixin selector official l
Ldrg;l:Ldqk;
intermediary field_2035
Lnet/minecraft/class_329;field_2035:Lnet/minecraft/class_310;
named client
Lnet/minecraft/client/gui/hud/InGameHud;client:Lnet/minecraft/client/MinecraftClient;
-
itemRenderer
- Mappings:
Namespace Name Mixin selector official m
Ldrg;m:Lenf;
intermediary field_2024
Lnet/minecraft/class_329;field_2024:Lnet/minecraft/class_918;
named itemRenderer
Lnet/minecraft/client/gui/hud/InGameHud;itemRenderer:Lnet/minecraft/client/render/item/ItemRenderer;
-
chatHud
- Mappings:
Namespace Name Mixin selector official n
Ldrg;n:Ldrv;
intermediary field_2021
Lnet/minecraft/class_329;field_2021:Lnet/minecraft/class_338;
named chatHud
Lnet/minecraft/client/gui/hud/InGameHud;chatHud:Lnet/minecraft/client/gui/hud/ChatHud;
-
ticks
private int ticks- Mappings:
Namespace Name Mixin selector official o
Ldrg;o:I
intermediary field_2042
Lnet/minecraft/class_329;field_2042:I
named ticks
Lnet/minecraft/client/gui/hud/InGameHud;ticks:I
-
overlayMessage
- Mappings:
Namespace Name Mixin selector official p
Ldrg;p:Loi;
intermediary field_2018
Lnet/minecraft/class_329;field_2018:Lnet/minecraft/class_2561;
named overlayMessage
Lnet/minecraft/client/gui/hud/InGameHud;overlayMessage:Lnet/minecraft/text/Text;
-
overlayRemaining
private int overlayRemaining- Mappings:
Namespace Name Mixin selector official q
Ldrg;q:I
intermediary field_2041
Lnet/minecraft/class_329;field_2041:I
named overlayRemaining
Lnet/minecraft/client/gui/hud/InGameHud;overlayRemaining:I
-
overlayTinted
private boolean overlayTinted- Mappings:
Namespace Name Mixin selector official r
Ldrg;r:Z
intermediary field_2038
Lnet/minecraft/class_329;field_2038:Z
named overlayTinted
Lnet/minecraft/client/gui/hud/InGameHud;overlayTinted:Z
-
vignetteDarkness
public float vignetteDarkness- Mappings:
Namespace Name Mixin selector official a
Ldrg;a:F
intermediary field_2013
Lnet/minecraft/class_329;field_2013:F
named vignetteDarkness
Lnet/minecraft/client/gui/hud/InGameHud;vignetteDarkness:F
-
heldItemTooltipFade
private int heldItemTooltipFade- Mappings:
Namespace Name Mixin selector official s
Ldrg;s:I
intermediary field_2040
Lnet/minecraft/class_329;field_2040:I
named heldItemTooltipFade
Lnet/minecraft/client/gui/hud/InGameHud;heldItemTooltipFade:I
-
currentStack
- Mappings:
Namespace Name Mixin selector official t
Ldrg;t:Lbnv;
intermediary field_2031
Lnet/minecraft/class_329;field_2031:Lnet/minecraft/class_1799;
named currentStack
Lnet/minecraft/client/gui/hud/InGameHud;currentStack:Lnet/minecraft/item/ItemStack;
-
debugHud
- Mappings:
Namespace Name Mixin selector official u
Ldrg;u:Ldsb;
intermediary field_2026
Lnet/minecraft/class_329;field_2026:Lnet/minecraft/class_340;
named debugHud
Lnet/minecraft/client/gui/hud/InGameHud;debugHud:Lnet/minecraft/client/gui/hud/DebugHud;
-
subtitlesHud
- Mappings:
Namespace Name Mixin selector official v
Ldrg;v:Ldsm;
intermediary field_2027
Lnet/minecraft/class_329;field_2027:Lnet/minecraft/class_359;
named subtitlesHud
Lnet/minecraft/client/gui/hud/InGameHud;subtitlesHud:Lnet/minecraft/client/gui/hud/SubtitlesHud;
-
spectatorHud
- Mappings:
Namespace Name Mixin selector official w
Ldrg;w:Ldsw;
intermediary field_2025
Lnet/minecraft/class_329;field_2025:Lnet/minecraft/class_365;
named spectatorHud
Lnet/minecraft/client/gui/hud/InGameHud;spectatorHud:Lnet/minecraft/client/gui/hud/SpectatorHud;
-
playerListHud
- Mappings:
Namespace Name Mixin selector official x
Ldrg;x:Ldsj;
intermediary field_2015
Lnet/minecraft/class_329;field_2015:Lnet/minecraft/class_355;
named playerListHud
Lnet/minecraft/client/gui/hud/InGameHud;playerListHud:Lnet/minecraft/client/gui/hud/PlayerListHud;
-
bossBarHud
- Mappings:
Namespace Name Mixin selector official y
Ldrg;y:Ldrt;
intermediary field_2030
Lnet/minecraft/class_329;field_2030:Lnet/minecraft/class_337;
named bossBarHud
Lnet/minecraft/client/gui/hud/InGameHud;bossBarHud:Lnet/minecraft/client/gui/hud/BossBarHud;
-
titleTotalTicks
private int titleTotalTicks- Mappings:
Namespace Name Mixin selector official z
Ldrg;z:I
intermediary field_2023
Lnet/minecraft/class_329;field_2023:I
named titleTotalTicks
Lnet/minecraft/client/gui/hud/InGameHud;titleTotalTicks:I
-
title
- Mappings:
Namespace Name Mixin selector official A
Ldrg;A:Loi;
intermediary field_2016
Lnet/minecraft/class_329;field_2016:Lnet/minecraft/class_2561;
named title
Lnet/minecraft/client/gui/hud/InGameHud;title:Lnet/minecraft/text/Text;
-
subtitle
- Mappings:
Namespace Name Mixin selector official B
Ldrg;B:Loi;
intermediary field_2039
Lnet/minecraft/class_329;field_2039:Lnet/minecraft/class_2561;
named subtitle
Lnet/minecraft/client/gui/hud/InGameHud;subtitle:Lnet/minecraft/text/Text;
-
titleFadeInTicks
private int titleFadeInTicks- Mappings:
Namespace Name Mixin selector official C
Ldrg;C:I
intermediary field_2037
Lnet/minecraft/class_329;field_2037:I
named titleFadeInTicks
Lnet/minecraft/client/gui/hud/InGameHud;titleFadeInTicks:I
-
titleRemainTicks
private int titleRemainTicks- Mappings:
Namespace Name Mixin selector official D
Ldrg;D:I
intermediary field_2017
Lnet/minecraft/class_329;field_2017:I
named titleRemainTicks
Lnet/minecraft/client/gui/hud/InGameHud;titleRemainTicks:I
-
titleFadeOutTicks
private int titleFadeOutTicks- Mappings:
Namespace Name Mixin selector official E
Ldrg;E:I
intermediary field_2036
Lnet/minecraft/class_329;field_2036:I
named titleFadeOutTicks
Lnet/minecraft/client/gui/hud/InGameHud;titleFadeOutTicks:I
-
lastHealthValue
private int lastHealthValue- Mappings:
Namespace Name Mixin selector official F
Ldrg;F:I
intermediary field_2014
Lnet/minecraft/class_329;field_2014:I
named lastHealthValue
Lnet/minecraft/client/gui/hud/InGameHud;lastHealthValue:I
-
renderHealthValue
private int renderHealthValue- Mappings:
Namespace Name Mixin selector official G
Ldrg;G:I
intermediary field_2033
Lnet/minecraft/class_329;field_2033:I
named renderHealthValue
Lnet/minecraft/client/gui/hud/InGameHud;renderHealthValue:I
-
lastHealthCheckTime
private long lastHealthCheckTime- Mappings:
Namespace Name Mixin selector official H
Ldrg;H:J
intermediary field_2012
Lnet/minecraft/class_329;field_2012:J
named lastHealthCheckTime
Lnet/minecraft/client/gui/hud/InGameHud;lastHealthCheckTime:J
-
heartJumpEndTick
private long heartJumpEndTick- Mappings:
Namespace Name Mixin selector official I
Ldrg;I:J
intermediary field_2032
Lnet/minecraft/class_329;field_2032:J
named heartJumpEndTick
Lnet/minecraft/client/gui/hud/InGameHud;heartJumpEndTick:J
-
scaledWidth
private int scaledWidth- Mappings:
Namespace Name Mixin selector official J
Ldrg;J:I
intermediary field_2011
Lnet/minecraft/class_329;field_2011:I
named scaledWidth
Lnet/minecraft/client/gui/hud/InGameHud;scaledWidth:I
-
scaledHeight
private int scaledHeight- Mappings:
Namespace Name Mixin selector official K
Ldrg;K:I
intermediary field_2029
Lnet/minecraft/class_329;field_2029:I
named scaledHeight
Lnet/minecraft/client/gui/hud/InGameHud;scaledHeight:I
-
listeners
- Mappings:
Namespace Name Mixin selector official L
Ldrg;L:Ljava/util/Map;
intermediary field_2022
Lnet/minecraft/class_329;field_2022:Ljava/util/Map;
named listeners
Lnet/minecraft/client/gui/hud/InGameHud;listeners:Ljava/util/Map;
-
spyglassScale
private float spyglassScale- Mappings:
Namespace Name Mixin selector official M
Ldrg;M:F
intermediary field_27959
Lnet/minecraft/class_329;field_27959:F
named spyglassScale
Lnet/minecraft/client/gui/hud/InGameHud;spyglassScale:F
-
-
Constructor Details
-
InGameHud
- Mappings:
Namespace Name Mixin selector official <init>
Ldrg;<init>(Ldqk;)V
intermediary <init>
Lnet/minecraft/class_329;<init>(Lnet/minecraft/class_310;)V
named <init>
Lnet/minecraft/client/gui/hud/InGameHud;<init>(Lnet/minecraft/client/MinecraftClient;)V
-
-
Method Details
-
setDefaultTitleFade
public void setDefaultTitleFade()- Mappings:
Namespace Name Mixin selector official a
Ldrg;a()V
intermediary method_1742
Lnet/minecraft/class_329;method_1742()V
named setDefaultTitleFade
Lnet/minecraft/client/gui/hud/InGameHud;setDefaultTitleFade()V
-
render
- Mappings:
Namespace Name Mixin selector official a
Ldrg;a(Ldlr;F)V
intermediary method_1753
Lnet/minecraft/class_329;method_1753(Lnet/minecraft/class_4587;F)V
named render
Lnet/minecraft/client/gui/hud/InGameHud;render(Lnet/minecraft/client/util/math/MatrixStack;F)V
-
drawTextBackground
private void drawTextBackground(MatrixStack matrices, TextRenderer textRenderer, int yOffset, int width, int color)- Mappings:
Namespace Name Mixin selector official a
Ldrg;a(Ldlr;Ldrf;III)V
intermediary method_19346
Lnet/minecraft/class_329;method_19346(Lnet/minecraft/class_4587;Lnet/minecraft/class_327;III)V
named drawTextBackground
Lnet/minecraft/client/gui/hud/InGameHud;drawTextBackground(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/font/TextRenderer;III)V
-
renderCrosshair
- Mappings:
Namespace Name Mixin selector official d
Ldrg;d(Ldlr;)V
intermediary method_1736
Lnet/minecraft/class_329;method_1736(Lnet/minecraft/class_4587;)V
named renderCrosshair
Lnet/minecraft/client/gui/hud/InGameHud;renderCrosshair(Lnet/minecraft/client/util/math/MatrixStack;)V
-
shouldRenderSpectatorCrosshair
- Mappings:
Namespace Name Mixin selector official a
Ldrg;a(Ldis;)Z
intermediary method_17534
Lnet/minecraft/class_329;method_17534(Lnet/minecraft/class_239;)Z
named shouldRenderSpectatorCrosshair
Lnet/minecraft/client/gui/hud/InGameHud;shouldRenderSpectatorCrosshair(Lnet/minecraft/util/hit/HitResult;)Z
-
renderStatusEffectOverlay
- Mappings:
Namespace Name Mixin selector official a
Ldrg;a(Ldlr;)V
intermediary method_1765
Lnet/minecraft/class_329;method_1765(Lnet/minecraft/class_4587;)V
named renderStatusEffectOverlay
Lnet/minecraft/client/gui/hud/InGameHud;renderStatusEffectOverlay(Lnet/minecraft/client/util/math/MatrixStack;)V
-
renderHotbar
- Mappings:
Namespace Name Mixin selector official a
Ldrg;a(FLdlr;)V
intermediary method_1759
Lnet/minecraft/class_329;method_1759(FLnet/minecraft/class_4587;)V
named renderHotbar
Lnet/minecraft/client/gui/hud/InGameHud;renderHotbar(FLnet/minecraft/client/util/math/MatrixStack;)V
-
renderMountJumpBar
- Mappings:
Namespace Name Mixin selector official a
Ldrg;a(Ldlr;I)V
intermediary method_1752
Lnet/minecraft/class_329;method_1752(Lnet/minecraft/class_4587;I)V
named renderMountJumpBar
Lnet/minecraft/client/gui/hud/InGameHud;renderMountJumpBar(Lnet/minecraft/client/util/math/MatrixStack;I)V
-
renderExperienceBar
- Mappings:
Namespace Name Mixin selector official b
Ldrg;b(Ldlr;I)V
intermediary method_1754
Lnet/minecraft/class_329;method_1754(Lnet/minecraft/class_4587;I)V
named renderExperienceBar
Lnet/minecraft/client/gui/hud/InGameHud;renderExperienceBar(Lnet/minecraft/client/util/math/MatrixStack;I)V
-
renderHeldItemTooltip
- Mappings:
Namespace Name Mixin selector official b
Ldrg;b(Ldlr;)V
intermediary method_1749
Lnet/minecraft/class_329;method_1749(Lnet/minecraft/class_4587;)V
named renderHeldItemTooltip
Lnet/minecraft/client/gui/hud/InGameHud;renderHeldItemTooltip(Lnet/minecraft/client/util/math/MatrixStack;)V
-
renderDemoTimer
- Mappings:
Namespace Name Mixin selector official c
Ldrg;c(Ldlr;)V
intermediary method_1766
Lnet/minecraft/class_329;method_1766(Lnet/minecraft/class_4587;)V
named renderDemoTimer
Lnet/minecraft/client/gui/hud/InGameHud;renderDemoTimer(Lnet/minecraft/client/util/math/MatrixStack;)V
-
renderScoreboardSidebar
- Mappings:
Namespace Name Mixin selector official a
Ldrg;a(Ldlr;Ldjp;)V
intermediary method_1757
Lnet/minecraft/class_329;method_1757(Lnet/minecraft/class_4587;Lnet/minecraft/class_266;)V
named renderScoreboardSidebar
Lnet/minecraft/client/gui/hud/InGameHud;renderScoreboardSidebar(Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/scoreboard/ScoreboardObjective;)V
-
getCameraPlayer
- Mappings:
Namespace Name Mixin selector official k
Ldrg;k()Lbhl;
intermediary method_1737
Lnet/minecraft/class_329;method_1737()Lnet/minecraft/class_1657;
named getCameraPlayer
Lnet/minecraft/client/gui/hud/InGameHud;getCameraPlayer()Lnet/minecraft/entity/player/PlayerEntity;
-
getRiddenEntity
- Mappings:
Namespace Name Mixin selector official l
Ldrg;l()Lari;
intermediary method_1734
Lnet/minecraft/class_329;method_1734()Lnet/minecraft/class_1309;
named getRiddenEntity
Lnet/minecraft/client/gui/hud/InGameHud;getRiddenEntity()Lnet/minecraft/entity/LivingEntity;
-
getHeartCount
- Mappings:
Namespace Name Mixin selector official a
Ldrg;a(Lari;)I
intermediary method_1744
Lnet/minecraft/class_329;method_1744(Lnet/minecraft/class_1309;)I
named getHeartCount
Lnet/minecraft/client/gui/hud/InGameHud;getHeartCount(Lnet/minecraft/entity/LivingEntity;)I
-
getHeartRows
private int getHeartRows(int heartCount)- Mappings:
Namespace Name Mixin selector official a
Ldrg;a(I)I
intermediary method_1733
Lnet/minecraft/class_329;method_1733(I)I
named getHeartRows
Lnet/minecraft/client/gui/hud/InGameHud;getHeartRows(I)I
-
renderStatusBars
- Mappings:
Namespace Name Mixin selector official e
Ldrg;e(Ldlr;)V
intermediary method_1760
Lnet/minecraft/class_329;method_1760(Lnet/minecraft/class_4587;)V
named renderStatusBars
Lnet/minecraft/client/gui/hud/InGameHud;renderStatusBars(Lnet/minecraft/client/util/math/MatrixStack;)V
-
renderMountHealth
- Mappings:
Namespace Name Mixin selector official f
Ldrg;f(Ldlr;)V
intermediary method_1741
Lnet/minecraft/class_329;method_1741(Lnet/minecraft/class_4587;)V
named renderMountHealth
Lnet/minecraft/client/gui/hud/InGameHud;renderMountHealth(Lnet/minecraft/client/util/math/MatrixStack;)V
-
renderOverlay
- Mappings:
Namespace Name Mixin selector official a
Ldrg;a(Lwb;F)V
intermediary method_31977
Lnet/minecraft/class_329;method_31977(Lnet/minecraft/class_2960;F)V
named renderOverlay
Lnet/minecraft/client/gui/hud/InGameHud;renderOverlay(Lnet/minecraft/util/Identifier;F)V
-
renderSpyglassOverlay
private void renderSpyglassOverlay(float scale)- Mappings:
Namespace Name Mixin selector official a
Ldrg;a(F)V
intermediary method_32598
Lnet/minecraft/class_329;method_32598(F)V
named renderSpyglassOverlay
Lnet/minecraft/client/gui/hud/InGameHud;renderSpyglassOverlay(F)V
-
updateVignetteDarkness
- Mappings:
Namespace Name Mixin selector official a
Ldrg;a(Laqv;)V
intermediary method_1731
Lnet/minecraft/class_329;method_1731(Lnet/minecraft/class_1297;)V
named updateVignetteDarkness
Lnet/minecraft/client/gui/hud/InGameHud;updateVignetteDarkness(Lnet/minecraft/entity/Entity;)V
-
renderVignetteOverlay
- Mappings:
Namespace Name Mixin selector official b
Ldrg;b(Laqv;)V
intermediary method_1735
Lnet/minecraft/class_329;method_1735(Lnet/minecraft/class_1297;)V
named renderVignetteOverlay
Lnet/minecraft/client/gui/hud/InGameHud;renderVignetteOverlay(Lnet/minecraft/entity/Entity;)V
-
renderPortalOverlay
private void renderPortalOverlay(float nauseaStrength)- Mappings:
Namespace Name Mixin selector official b
Ldrg;b(F)V
intermediary method_1746
Lnet/minecraft/class_329;method_1746(F)V
named renderPortalOverlay
Lnet/minecraft/client/gui/hud/InGameHud;renderPortalOverlay(F)V
-
renderHotbarItem
private void renderHotbarItem(int x, int y, float tickDelta, PlayerEntity player, ItemStack stack, int int2)- Mappings:
Namespace Name Mixin selector official a
Ldrg;a(IIFLbhl;Lbnv;I)V
intermediary method_1762
Lnet/minecraft/class_329;method_1762(IIFLnet/minecraft/class_1657;Lnet/minecraft/class_1799;I)V
named renderHotbarItem
Lnet/minecraft/client/gui/hud/InGameHud;renderHotbarItem(IIFLnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/item/ItemStack;I)V
-
tick
public void tick()- Mappings:
Namespace Name Mixin selector official b
Ldrg;b()V
intermediary method_1748
Lnet/minecraft/class_329;method_1748()V
named tick
Lnet/minecraft/client/gui/hud/InGameHud;tick()V
-
setRecordPlayingOverlay
- Mappings:
Namespace Name Mixin selector official a
Ldrg;a(Loi;)V
intermediary method_1732
Lnet/minecraft/class_329;method_1732(Lnet/minecraft/class_2561;)V
named setRecordPlayingOverlay
Lnet/minecraft/client/gui/hud/InGameHud;setRecordPlayingOverlay(Lnet/minecraft/text/Text;)V
-
setOverlayMessage
- Mappings:
Namespace Name Mixin selector official a
Ldrg;a(Loi;Z)V
intermediary method_1758
Lnet/minecraft/class_329;method_1758(Lnet/minecraft/class_2561;Z)V
named setOverlayMessage
Lnet/minecraft/client/gui/hud/InGameHud;setOverlayMessage(Lnet/minecraft/text/Text;Z)V
-
setTitles
public void setTitles(@Nullable Text title, @Nullable Text subtitle, int titleFadeInTicks, int titleRemainTicks, int titleFadeOutTicks)- Mappings:
Namespace Name Mixin selector official a
Ldrg;a(Loi;Loi;III)V
intermediary method_1763
Lnet/minecraft/class_329;method_1763(Lnet/minecraft/class_2561;Lnet/minecraft/class_2561;III)V
named setTitles
Lnet/minecraft/client/gui/hud/InGameHud;setTitles(Lnet/minecraft/text/Text;Lnet/minecraft/text/Text;III)V
-
extractSender
- Mappings:
Namespace Name Mixin selector official b
Ldrg;b(Loi;)Ljava/util/UUID;
intermediary method_31406
Lnet/minecraft/class_329;method_31406(Lnet/minecraft/class_2561;)Ljava/util/UUID;
named extractSender
Lnet/minecraft/client/gui/hud/InGameHud;extractSender(Lnet/minecraft/text/Text;)Ljava/util/UUID;
-
addChatMessage
- Mappings:
Namespace Name Mixin selector official a
Ldrg;a(Lof;Loi;Ljava/util/UUID;)V
intermediary method_1755
Lnet/minecraft/class_329;method_1755(Lnet/minecraft/class_2556;Lnet/minecraft/class_2561;Ljava/util/UUID;)V
named addChatMessage
Lnet/minecraft/client/gui/hud/InGameHud;addChatMessage(Lnet/minecraft/network/MessageType;Lnet/minecraft/text/Text;Ljava/util/UUID;)V
-
getChatHud
- Mappings:
Namespace Name Mixin selector official c
Ldrg;c()Ldrv;
intermediary method_1743
Lnet/minecraft/class_329;method_1743()Lnet/minecraft/class_338;
named getChatHud
Lnet/minecraft/client/gui/hud/InGameHud;getChatHud()Lnet/minecraft/client/gui/hud/ChatHud;
-
getTicks
public int getTicks()- Mappings:
Namespace Name Mixin selector official d
Ldrg;d()I
intermediary method_1738
Lnet/minecraft/class_329;method_1738()I
named getTicks
Lnet/minecraft/client/gui/hud/InGameHud;getTicks()I
-
getFontRenderer
- Mappings:
Namespace Name Mixin selector official e
Ldrg;e()Ldrf;
intermediary method_1756
Lnet/minecraft/class_329;method_1756()Lnet/minecraft/class_327;
named getFontRenderer
Lnet/minecraft/client/gui/hud/InGameHud;getFontRenderer()Lnet/minecraft/client/font/TextRenderer;
-
getSpectatorHud
- Mappings:
Namespace Name Mixin selector official f
Ldrg;f()Ldsw;
intermediary method_1739
Lnet/minecraft/class_329;method_1739()Lnet/minecraft/class_365;
named getSpectatorHud
Lnet/minecraft/client/gui/hud/InGameHud;getSpectatorHud()Lnet/minecraft/client/gui/hud/SpectatorHud;
-
getPlayerListHud
- Mappings:
Namespace Name Mixin selector official g
Ldrg;g()Ldsj;
intermediary method_1750
Lnet/minecraft/class_329;method_1750()Lnet/minecraft/class_355;
named getPlayerListHud
Lnet/minecraft/client/gui/hud/InGameHud;getPlayerListHud()Lnet/minecraft/client/gui/hud/PlayerListHud;
-
clear
public void clear()- Mappings:
Namespace Name Mixin selector official h
Ldrg;h()V
intermediary method_1747
Lnet/minecraft/class_329;method_1747()V
named clear
Lnet/minecraft/client/gui/hud/InGameHud;clear()V
-
getBossBarHud
- Mappings:
Namespace Name Mixin selector official i
Ldrg;i()Ldrt;
intermediary method_1740
Lnet/minecraft/class_329;method_1740()Lnet/minecraft/class_337;
named getBossBarHud
Lnet/minecraft/client/gui/hud/InGameHud;getBossBarHud()Lnet/minecraft/client/gui/hud/BossBarHud;
-
resetDebugHudChunk
public void resetDebugHudChunk()- Mappings:
Namespace Name Mixin selector official j
Ldrg;j()V
intermediary method_1745
Lnet/minecraft/class_329;method_1745()V
named resetDebugHudChunk
Lnet/minecraft/client/gui/hud/InGameHud;resetDebugHudChunk()V
-