Uses of Class
net.minecraft.entity.boss.BossBar
Packages that use BossBar
Package
Description
-
Uses of BossBar in net.minecraft.client.gui.hud
Subclasses of BossBar in net.minecraft.client.gui.hudMethods in net.minecraft.client.gui.hud with parameters of type BossBarModifier and TypeMethodDescriptionprivate void
BossBarHud.renderBossBar
(DrawContext context, int x, int y, BossBar bossBar) private void
BossBarHud.renderBossBar
(DrawContext context, int x, int y, BossBar bossBar, int width, Identifier[] textures, Identifier[] notchedTextures) -
Uses of BossBar in net.minecraft.entity.boss
Subclasses of BossBar in net.minecraft.entity.bossMethods in net.minecraft.entity.boss that return BossBarModifier and TypeMethodDescriptionBossBar.setDarkenSky
(boolean darkenSky) ServerBossBar.setDarkenSky
(boolean darkenSky) BossBar.setDragonMusic
(boolean dragonMusic) ServerBossBar.setDragonMusic
(boolean dragonMusic) BossBar.setThickenFog
(boolean thickenFog) ServerBossBar.setThickenFog
(boolean thickenFog) Method parameters in net.minecraft.entity.boss with type arguments of type BossBarModifier and TypeMethodDescriptionprivate void
ServerBossBar.sendPacket
(Function<BossBar, BossBarS2CPacket> bossBarToPacketFunction) -
Uses of BossBar in net.minecraft.network.packet.s2c.play
Methods in net.minecraft.network.packet.s2c.play with parameters of type BossBarModifier and TypeMethodDescriptionstatic BossBarS2CPacket
static BossBarS2CPacket
BossBarS2CPacket.updateName
(BossBar bar) static BossBarS2CPacket
BossBarS2CPacket.updateProgress
(BossBar bar) static BossBarS2CPacket
BossBarS2CPacket.updateProperties
(BossBar bar) static BossBarS2CPacket
BossBarS2CPacket.updateStyle
(BossBar bar) Constructors in net.minecraft.network.packet.s2c.play with parameters of type BossBar