Package net.minecraft.client.gui.hud
Class BossBarHud
java.lang.Object
net.minecraft.client.gui.DrawableHelper
net.minecraft.client.gui.hud.BossBarHud
- Mappings:
Namespace Name official eacintermediary net/minecraft/class_337named net/minecraft/client/gui/hud/BossBarHud
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Identifier(package private) final Map<UUID,ClientBossBar> private final MinecraftClientprivate static final intprivate static final intprivate static final intFields inherited from class net.minecraft.client.gui.DrawableHelper
GUI_ICONS_TEXTURE, OPTIONS_BACKGROUND_TEXTURE, STATS_ICON_TEXTURE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()voidhandlePacket(BossBarS2CPacket packet) voidrender(MatrixStack matrices) private voidrenderBossBar(MatrixStack matrices, int x, int y, BossBar bossBar) booleanbooleanbooleanMethods inherited from class net.minecraft.client.gui.DrawableHelper
drawCenteredText, drawCenteredText, drawCenteredTextWithShadow, drawHorizontalLine, drawSprite, drawStringWithShadow, drawTexture, drawTexture, drawTexture, drawTexture, drawTextWithShadow, drawVerticalLine, drawWithOutline, drawWithShadow, fill, fillGradient, fillGradient, fillGradient, getZOffset, setZOffset
-
Field Details
-
BARS_TEXTURE
- Mappings:
Namespace Name Mixin selector official aLeac;a:Lys;intermediary field_2059Lnet/minecraft/class_337;field_2059:Lnet/minecraft/class_2960;named BARS_TEXTURELnet/minecraft/client/gui/hud/BossBarHud;BARS_TEXTURE:Lnet/minecraft/util/Identifier;
-
WIDTH
private static final int WIDTH- See Also:
- Mappings:
Namespace Name Mixin selector official bLeac;b:Iintermediary field_32177Lnet/minecraft/class_337;field_32177:Inamed WIDTHLnet/minecraft/client/gui/hud/BossBarHud;WIDTH:I
-
HEIGHT
private static final int HEIGHT- See Also:
- Mappings:
Namespace Name Mixin selector official cLeac;c:Iintermediary field_32178Lnet/minecraft/class_337;field_32178:Inamed HEIGHTLnet/minecraft/client/gui/hud/BossBarHud;HEIGHT:I
-
NOTCHED_BAR_OVERLAY_V
private static final int NOTCHED_BAR_OVERLAY_V- See Also:
- Mappings:
Namespace Name Mixin selector official dLeac;d:Iintermediary field_32179Lnet/minecraft/class_337;field_32179:Inamed NOTCHED_BAR_OVERLAY_VLnet/minecraft/client/gui/hud/BossBarHud;NOTCHED_BAR_OVERLAY_V:I
-
client
- Mappings:
Namespace Name Mixin selector official eLeac;e:Ldyq;intermediary field_2058Lnet/minecraft/class_337;field_2058:Lnet/minecraft/class_310;named clientLnet/minecraft/client/gui/hud/BossBarHud;client:Lnet/minecraft/client/MinecraftClient;
-
bossBars
- Mappings:
Namespace Name Mixin selector official iLeac;i:Ljava/util/Map;intermediary field_2060Lnet/minecraft/class_337;field_2060:Ljava/util/Map;named bossBarsLnet/minecraft/client/gui/hud/BossBarHud;bossBars:Ljava/util/Map;
-
-
Constructor Details
-
BossBarHud
- Mappings:
Namespace Name Mixin selector official <init>Leac;<init>(Ldyq;)Vintermediary <init>Lnet/minecraft/class_337;<init>(Lnet/minecraft/class_310;)Vnamed <init>Lnet/minecraft/client/gui/hud/BossBarHud;<init>(Lnet/minecraft/client/MinecraftClient;)V
-
-
Method Details
-
render
- Mappings:
Namespace Name Mixin selector official aLeac;a(Ldtl;)Vintermediary method_1796Lnet/minecraft/class_337;method_1796(Lnet/minecraft/class_4587;)Vnamed renderLnet/minecraft/client/gui/hud/BossBarHud;render(Lnet/minecraft/client/util/math/MatrixStack;)V
-
renderBossBar
- Mappings:
Namespace Name Mixin selector official aLeac;a(Ldtl;IILavw;)Vintermediary method_1799Lnet/minecraft/class_337;method_1799(Lnet/minecraft/class_4587;IILnet/minecraft/class_1259;)Vnamed renderBossBarLnet/minecraft/client/gui/hud/BossBarHud;renderBossBar(Lnet/minecraft/client/util/math/MatrixStack;IILnet/minecraft/entity/boss/BossBar;)V
-
handlePacket
- Mappings:
Namespace Name Mixin selector official aLeac;a(Lrs;)Vintermediary method_1795Lnet/minecraft/class_337;method_1795(Lnet/minecraft/class_2629;)Vnamed handlePacketLnet/minecraft/client/gui/hud/BossBarHud;handlePacket(Lnet/minecraft/network/packet/s2c/play/BossBarS2CPacket;)V
-
clear
public void clear()- Mappings:
Namespace Name Mixin selector official aLeac;a()Vintermediary method_1801Lnet/minecraft/class_337;method_1801()Vnamed clearLnet/minecraft/client/gui/hud/BossBarHud;clear()V
-
shouldPlayDragonMusic
public boolean shouldPlayDragonMusic()- Mappings:
Namespace Name Mixin selector official bLeac;b()Zintermediary method_1798Lnet/minecraft/class_337;method_1798()Znamed shouldPlayDragonMusicLnet/minecraft/client/gui/hud/BossBarHud;shouldPlayDragonMusic()Z
-
shouldDarkenSky
public boolean shouldDarkenSky()- Mappings:
Namespace Name Mixin selector official cLeac;c()Zintermediary method_1797Lnet/minecraft/class_337;method_1797()Znamed shouldDarkenSkyLnet/minecraft/client/gui/hud/BossBarHud;shouldDarkenSky()Z
-
shouldThickenFog
public boolean shouldThickenFog()- Mappings:
Namespace Name Mixin selector official dLeac;d()Zintermediary method_1800Lnet/minecraft/class_337;method_1800()Znamed shouldThickenFogLnet/minecraft/client/gui/hud/BossBarHud;shouldThickenFog()Z
-