Uses of Class
net.minecraft.entity.boss.BossBar
| Package | Description |
|---|---|
| net.minecraft.client.gui.hud | |
| net.minecraft.entity.boss | |
| net.minecraft.network.packet.s2c.play |
-
Uses of BossBar in net.minecraft.client.gui.hud
Subclasses of BossBar in net.minecraft.client.gui.hud Modifier and Type Class Description classClientBossBarMethods in net.minecraft.client.gui.hud with parameters of type BossBar Modifier and Type Method Description private voidBossBarHud. renderBossBar(MatrixStack matrices, int x, int y, BossBar bossBar) -
Uses of BossBar in net.minecraft.entity.boss
Subclasses of BossBar in net.minecraft.entity.boss Modifier and Type Class Description classCommandBossBarclassServerBossBarMethods in net.minecraft.entity.boss that return BossBar Modifier and Type Method Description BossBarBossBar. setDarkenSky(boolean darkenSky)BossBarServerBossBar. setDarkenSky(boolean darkenSky)BossBarBossBar. setDragonMusic(boolean dragonMusic)BossBarServerBossBar. setDragonMusic(boolean dragonMusic)BossBarBossBar. setThickenFog(boolean thickenFog)BossBarServerBossBar. setThickenFog(boolean thickenFog)Method parameters in net.minecraft.entity.boss with type arguments of type BossBar Modifier and Type Method Description private voidServerBossBar. 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 BossBar Modifier and Type Method Description static BossBarS2CPacketBossBarS2CPacket. add(BossBar bar)static BossBarS2CPacketBossBarS2CPacket. updateName(BossBar bar)static BossBarS2CPacketBossBarS2CPacket. updateProgress(BossBar bar)static BossBarS2CPacketBossBarS2CPacket. updateProperties(BossBar bar)static BossBarS2CPacketBossBarS2CPacket. updateStyle(BossBar bar)Constructors in net.minecraft.network.packet.s2c.play with parameters of type BossBar Constructor Description AddAction(BossBar bar)