Uses of Enum Class
net.minecraft.world.BossEvent.BossBarColor
Packages that use BossEvent.BossBarColor
Package
Description
-
Uses of BossEvent.BossBarColor in net.minecraft.client.gui.components
Constructors in net.minecraft.client.gui.components with parameters of type BossEvent.BossBarColorModifierConstructorDescriptionLerpingBossEvent
(UUID p_169021_, Component p_169022_, float p_169023_, BossEvent.BossBarColor p_169024_, BossEvent.BossBarOverlay p_169025_, boolean p_169026_, boolean p_169027_, boolean p_169028_) -
Uses of BossEvent.BossBarColor in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game declared as BossEvent.BossBarColorModifier and TypeFieldDescriptionprivate final BossEvent.BossBarColor
ClientboundBossEventPacket.AddOperation.color
private final BossEvent.BossBarColor
ClientboundBossEventPacket.UpdateStyleOperation.color
Methods in net.minecraft.network.protocol.game with parameters of type BossEvent.BossBarColorModifier and TypeMethodDescriptiondefault void
ClientboundBossEventPacket.Handler.add
(UUID p_178689_, Component p_178690_, float p_178691_, BossEvent.BossBarColor p_178692_, BossEvent.BossBarOverlay p_178693_, boolean p_178694_, boolean p_178695_, boolean p_178696_) default void
ClientboundBossEventPacket.Handler.updateStyle
(UUID p_178684_, BossEvent.BossBarColor p_178685_, BossEvent.BossBarOverlay p_178686_) Constructors in net.minecraft.network.protocol.game with parameters of type BossEvent.BossBarColorModifierConstructorDescription(package private)
UpdateStyleOperation
(BossEvent.BossBarColor p_178763_, BossEvent.BossBarOverlay p_178764_) -
Uses of BossEvent.BossBarColor in net.minecraft.server.bossevents
Fields in net.minecraft.server.bossevents declared as BossEvent.BossBarColorModifier and TypeFieldDescriptionprivate final BossEvent.BossBarColor
CustomBossEvent.Packed.color
The field for thecolor
record component.Methods in net.minecraft.server.bossevents that return BossEvent.BossBarColorModifier and TypeMethodDescriptionCustomBossEvent.Packed.color()
Returns the value of thecolor
record component.Constructors in net.minecraft.server.bossevents with parameters of type BossEvent.BossBarColorModifierConstructorDescriptionPacked
(Component name, boolean visible, int value, int max, BossEvent.BossBarColor color, BossEvent.BossBarOverlay overlay, boolean darkenScreen, boolean playBossMusic, boolean createWorldFog, Set<UUID> players) Creates an instance of aPacked
record class. -
Uses of BossEvent.BossBarColor in net.minecraft.server.commands
Methods in net.minecraft.server.commands with parameters of type BossEvent.BossBarColorModifier and TypeMethodDescriptionprivate static int
BossBarCommands.setColor
(CommandSourceStack p_136603_, CustomBossEvent p_136604_, BossEvent.BossBarColor p_136605_) -
Uses of BossEvent.BossBarColor in net.minecraft.server.level
Methods in net.minecraft.server.level with parameters of type BossEvent.BossBarColorConstructors in net.minecraft.server.level with parameters of type BossEvent.BossBarColorModifierConstructorDescriptionServerBossEvent
(Component p_8300_, BossEvent.BossBarColor p_8301_, BossEvent.BossBarOverlay p_8302_) -
Uses of BossEvent.BossBarColor in net.minecraft.world
Fields in net.minecraft.world declared as BossEvent.BossBarColorFields in net.minecraft.world with type parameters of type BossEvent.BossBarColorModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<BossEvent.BossBarColor> BossEvent.BossBarColor.CODEC
Methods in net.minecraft.world that return BossEvent.BossBarColorModifier and TypeMethodDescriptionBossEvent.getColor()
static BossEvent.BossBarColor
Returns the enum constant of this class with the specified name.static BossEvent.BossBarColor[]
BossEvent.BossBarColor.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 BossEvent.BossBarColorConstructors in net.minecraft.world with parameters of type BossEvent.BossBarColorModifierConstructorDescriptionBossEvent
(UUID p_18849_, Component p_18850_, BossEvent.BossBarColor p_18851_, BossEvent.BossBarOverlay p_18852_)