Uses of Enum Class
net.minecraft.world.BossInfo.Color
Packages that use BossInfo.Color
Package
Description
-
Uses of BossInfo.Color in net.minecraft.command.impl
Methods in net.minecraft.command.impl with parameters of type BossInfo.ColorModifier and TypeMethodDescriptionprivate static int
BossBarCommand.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.ColorMethods in net.minecraft.network.play.server that return BossInfo.Color -
Uses of BossInfo.Color in net.minecraft.world
Fields in net.minecraft.world declared as BossInfo.ColorMethods in net.minecraft.world that return BossInfo.ColorModifier and TypeMethodDescriptionstatic BossInfo.Color
BossInfo.getColor()
static BossInfo.Color
Returns the enum constant of this class with the specified name.static BossInfo.Color[]
BossInfo.Color.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.world with parameters of type BossInfo.ColorConstructors in net.minecraft.world with parameters of type BossInfo.ColorModifierConstructorDescriptionBossInfo
(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.ColorConstructors in net.minecraft.world.server with parameters of type BossInfo.ColorModifierConstructorDescriptionServerBossInfo
(ITextComponent p_i46839_1_, BossInfo.Color p_i46839_2_, BossInfo.Overlay p_i46839_3_)