Uses of Class
net.minecraft.world.BossInfo.Color
-
Packages that use BossInfo.Color Package Description net.minecraft.command.impl net.minecraft.network.play.server net.minecraft.world net.minecraft.world.server -
-
Uses of BossInfo.Color in net.minecraft.command.impl
Methods in net.minecraft.command.impl with parameters of type BossInfo.Color Modifier and Type Method Description private static intBossBarCommand. setColor(CommandSource p_201415_0_, CustomServerBossInfo p_201415_1_, BossInfo.Color p_201415_2_) -
Uses of BossInfo.Color in net.minecraft.network.play.server
Fields in net.minecraft.network.play.server declared as BossInfo.Color Modifier and Type Field Description private BossInfo.ColorSUpdateBossInfoPacket. colorMethods in net.minecraft.network.play.server that return BossInfo.Color Modifier and Type Method Description BossInfo.ColorSUpdateBossInfoPacket. getColor() -
Uses of BossInfo.Color in net.minecraft.world
Fields in net.minecraft.world declared as BossInfo.Color Modifier and Type Field Description protected BossInfo.ColorBossInfo. colorMethods in net.minecraft.world that return BossInfo.Color Modifier and Type Method Description static BossInfo.ColorBossInfo.Color. byName(java.lang.String p_201481_0_)BossInfo.ColorBossInfo. getColor()static BossInfo.ColorBossInfo.Color. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static BossInfo.Color[]BossInfo.Color. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.world with parameters of type BossInfo.Color Modifier and Type Method Description voidBossInfo. setColor(BossInfo.Color p_186745_1_)Constructors in net.minecraft.world with parameters of type BossInfo.Color Constructor Description BossInfo(java.util.UUID p_i46824_1_, ITextComponent p_i46824_2_, BossInfo.Color p_i46824_3_, BossInfo.Overlay p_i46824_4_) -
Uses of BossInfo.Color in net.minecraft.world.server
Methods in net.minecraft.world.server with parameters of type BossInfo.Color Modifier and Type Method Description voidServerBossInfo. setColor(BossInfo.Color p_186745_1_)Constructors in net.minecraft.world.server with parameters of type BossInfo.Color Constructor Description ServerBossInfo(ITextComponent p_i46839_1_, BossInfo.Color p_i46839_2_, BossInfo.Overlay p_i46839_3_)
-