Package net.minecraft.client.gui.hud
Class BossBarHud
java.lang.Object
net.minecraft.client.gui.hud.BossBarHud
- Mappings:
- Namespace - Name - named - net/minecraft/client/gui/hud/BossBarHud- intermediary - net/minecraft/class_337- official - fot
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static final Identifier[](package private) final Map<UUID, ClientBossBar> private final MinecraftClientprivate static final intprivate static final Identifier[]private static final Identifier[]private static final Identifier[]private static final int
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidclear()voidhandlePacket(BossBarS2CPacket packet) voidrender(DrawContext context) private voidrenderBossBar(DrawContext context, int x, int y, BossBar bossBar) private voidrenderBossBar(DrawContext context, int x, int y, BossBar bossBar, int width, Identifier[] textures, Identifier[] notchedTextures) booleanbooleanboolean
- 
Field Details- 
WIDTHprivate static final int WIDTH- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - WIDTH- Lnet/minecraft/client/gui/hud/BossBarHud;WIDTH:I- intermediary - field_32177- Lnet/minecraft/class_337;field_32177:I- official - a- Lfot;a:I
 
- 
HEIGHTprivate static final int HEIGHT- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - HEIGHT- Lnet/minecraft/client/gui/hud/BossBarHud;HEIGHT:I- intermediary - field_32178- Lnet/minecraft/class_337;field_32178:I- official - b- Lfot;b:I
 
- 
BACKGROUND_TEXTURES- Mappings:
- Namespace - Name - Mixin selector - named - BACKGROUND_TEXTURES- Lnet/minecraft/client/gui/hud/BossBarHud;BACKGROUND_TEXTURES:[Lnet/minecraft/util/Identifier;- intermediary - field_45344- Lnet/minecraft/class_337;field_45344:[Lnet/minecraft/class_2960;- official - c- Lfot;c:[Lakv;
 
- 
PROGRESS_TEXTURES- Mappings:
- Namespace - Name - Mixin selector - named - PROGRESS_TEXTURES- Lnet/minecraft/client/gui/hud/BossBarHud;PROGRESS_TEXTURES:[Lnet/minecraft/util/Identifier;- intermediary - field_45345- Lnet/minecraft/class_337;field_45345:[Lnet/minecraft/class_2960;- official - d- Lfot;d:[Lakv;
 
- 
NOTCHED_BACKGROUND_TEXTURES- Mappings:
- Namespace - Name - Mixin selector - named - NOTCHED_BACKGROUND_TEXTURES- Lnet/minecraft/client/gui/hud/BossBarHud;NOTCHED_BACKGROUND_TEXTURES:[Lnet/minecraft/util/Identifier;- intermediary - field_45346- Lnet/minecraft/class_337;field_45346:[Lnet/minecraft/class_2960;- official - e- Lfot;e:[Lakv;
 
- 
NOTCHED_PROGRESS_TEXTURES- Mappings:
- Namespace - Name - Mixin selector - named - NOTCHED_PROGRESS_TEXTURES- Lnet/minecraft/client/gui/hud/BossBarHud;NOTCHED_PROGRESS_TEXTURES:[Lnet/minecraft/util/Identifier;- intermediary - field_45347- Lnet/minecraft/class_337;field_45347:[Lnet/minecraft/class_2960;- official - f- Lfot;f:[Lakv;
 
- 
client- Mappings:
- Namespace - Name - Mixin selector - named - client- Lnet/minecraft/client/gui/hud/BossBarHud;client:Lnet/minecraft/client/MinecraftClient;- intermediary - field_2058- Lnet/minecraft/class_337;field_2058:Lnet/minecraft/class_310;- official - g- Lfot;g:Lflk;
 
- 
bossBars- Mappings:
- Namespace - Name - Mixin selector - named - bossBars- Lnet/minecraft/client/gui/hud/BossBarHud;bossBars:Ljava/util/Map;- intermediary - field_2060- Lnet/minecraft/class_337;field_2060:Ljava/util/Map;- official - h- Lfot;h:Ljava/util/Map;
 
 
- 
- 
Constructor Details- 
BossBarHud- Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/client/gui/hud/BossBarHud;<init>(Lnet/minecraft/client/MinecraftClient;)V- intermediary - <init>- Lnet/minecraft/class_337;<init>(Lnet/minecraft/class_310;)V- official - <init>- Lfot;<init>(Lflk;)V
 
 
- 
- 
Method Details- 
render- Mappings:
- Namespace - Name - Mixin selector - named - render- Lnet/minecraft/client/gui/hud/BossBarHud;render(Lnet/minecraft/client/gui/DrawContext;)V- intermediary - method_1796- Lnet/minecraft/class_337;method_1796(Lnet/minecraft/class_332;)V- official - a- Lfot;a(Lfof;)V
 
- 
renderBossBar- Mappings:
- Namespace - Name - Mixin selector - named - renderBossBar- Lnet/minecraft/client/gui/hud/BossBarHud;renderBossBar(Lnet/minecraft/client/gui/DrawContext;IILnet/minecraft/entity/boss/BossBar;)V- intermediary - method_1799- Lnet/minecraft/class_337;method_1799(Lnet/minecraft/class_332;IILnet/minecraft/class_1259;)V- official - a- Lfot;a(Lfof;IILbsb;)V
 
- 
renderBossBarprivate void renderBossBar(DrawContext context, int x, int y, BossBar bossBar, int width, Identifier[] textures, Identifier[] notchedTextures) - Mappings:
- Namespace - Name - Mixin selector - named - renderBossBar- Lnet/minecraft/client/gui/hud/BossBarHud;renderBossBar(Lnet/minecraft/client/gui/DrawContext;IILnet/minecraft/entity/boss/BossBar;I[Lnet/minecraft/util/Identifier;[Lnet/minecraft/util/Identifier;)V- intermediary - method_41830- Lnet/minecraft/class_337;method_41830(Lnet/minecraft/class_332;IILnet/minecraft/class_1259;I[Lnet/minecraft/class_2960;[Lnet/minecraft/class_2960;)V- official - a- Lfot;a(Lfof;IILbsb;I[Lakv;[Lakv;)V
 
- 
handlePacket- Mappings:
- Namespace - Name - Mixin selector - named - handlePacket- Lnet/minecraft/client/gui/hud/BossBarHud;handlePacket(Lnet/minecraft/network/packet/s2c/play/BossBarS2CPacket;)V- intermediary - method_1795- Lnet/minecraft/class_337;method_1795(Lnet/minecraft/class_2629;)V- official - a- Lfot;a(Labv;)V
 
- 
clearpublic void clear()- Mappings:
- Namespace - Name - Mixin selector - named - clear- Lnet/minecraft/client/gui/hud/BossBarHud;clear()V- intermediary - method_1801- Lnet/minecraft/class_337;method_1801()V- official - a- Lfot;a()V
 
- 
shouldPlayDragonMusicpublic boolean shouldPlayDragonMusic()- Mappings:
- Namespace - Name - Mixin selector - named - shouldPlayDragonMusic- Lnet/minecraft/client/gui/hud/BossBarHud;shouldPlayDragonMusic()Z- intermediary - method_1798- Lnet/minecraft/class_337;method_1798()Z- official - b- Lfot;b()Z
 
- 
shouldDarkenSkypublic boolean shouldDarkenSky()- Mappings:
- Namespace - Name - Mixin selector - named - shouldDarkenSky- Lnet/minecraft/client/gui/hud/BossBarHud;shouldDarkenSky()Z- intermediary - method_1797- Lnet/minecraft/class_337;method_1797()Z- official - c- Lfot;c()Z
 
- 
shouldThickenFogpublic boolean shouldThickenFog()- Mappings:
- Namespace - Name - Mixin selector - named - shouldThickenFog- Lnet/minecraft/client/gui/hud/BossBarHud;shouldThickenFog()Z- intermediary - method_1800- Lnet/minecraft/class_337;method_1800()Z- official - d- Lfot;d()Z
 
 
-