Uses of Class
net.minecraft.entity.boss.BossBar.Color
| Package | Description |
|---|---|
| net.minecraft.client.gui.hud | |
| net.minecraft.entity.boss | |
| net.minecraft.network.packet.s2c.play | |
| net.minecraft.server.command |
-
Uses of BossBar.Color in net.minecraft.client.gui.hud
Constructors in net.minecraft.client.gui.hud with parameters of type BossBar.Color Constructor Description ClientBossBar(UUID uUID, Text text, float float2, BossBar.Color color, BossBar.Style style, boolean bool, boolean bool2, boolean bool3) -
Uses of BossBar.Color in net.minecraft.entity.boss
Fields in net.minecraft.entity.boss declared as BossBar.Color Modifier and Type Field Description protected BossBar.ColorBossBar. colorMethods in net.minecraft.entity.boss that return BossBar.Color Modifier and Type Method Description static BossBar.ColorBossBar.Color. byName(String name)BossBar.ColorBossBar. getColor()static BossBar.ColorBossBar.Color. valueOf(String name)Returns the enum constant of this type with the specified name.static BossBar.Color[]BossBar.Color. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.entity.boss with parameters of type BossBar.Color Modifier and Type Method Description voidBossBar. setColor(BossBar.Color color)voidServerBossBar. setColor(BossBar.Color color)Constructors in net.minecraft.entity.boss with parameters of type BossBar.Color Constructor Description BossBar(UUID uuid, Text name, BossBar.Color color, BossBar.Style style)ServerBossBar(Text displayName, BossBar.Color color, BossBar.Style style) -
Uses of BossBar.Color in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play declared as BossBar.Color Modifier and Type Field Description private BossBar.ColorBossBarS2CPacket.AddAction. colorprivate BossBar.ColorBossBarS2CPacket.UpdateStyleAction. colorMethods in net.minecraft.network.packet.s2c.play with parameters of type BossBar.Color Modifier and Type Method Description default voidBossBarS2CPacket.Consumer. add(UUID uuid, Text name, float percent, BossBar.Color color, BossBar.Style style, boolean darkenSky, boolean dragonMusic, boolean thickenFog)default voidBossBarS2CPacket.Consumer. updateStyle(UUID id, BossBar.Color color, BossBar.Style style)Constructors in net.minecraft.network.packet.s2c.play with parameters of type BossBar.Color Constructor Description UpdateStyleAction(BossBar.Color color, BossBar.Style style) -
Uses of BossBar.Color in net.minecraft.server.command
Methods in net.minecraft.server.command with parameters of type BossBar.Color Modifier and Type Method Description private static intBossBarCommand. setColor(ServerCommandSource source, CommandBossBar bossBar, BossBar.Color color)