Uses of Enum Class
net.minecraft.world.BossEvent.BossBarOverlay
Packages that use BossEvent.BossBarOverlay
Package
Description
-
Uses of BossEvent.BossBarOverlay in net.minecraft.client.gui.components
Constructors in net.minecraft.client.gui.components with parameters of type BossEvent.BossBarOverlayModifierConstructorDescriptionLerpingBossEvent
(UUID pId, Component pName, float pProgress, BossEvent.BossBarColor pColor, BossEvent.BossBarOverlay pOverlay, boolean pDarkenScreen, boolean pBossMusic, boolean pWorldFog) -
Uses of BossEvent.BossBarOverlay in net.minecraft.network.protocol.game
Fields in net.minecraft.network.protocol.game declared as BossEvent.BossBarOverlayModifier and TypeFieldDescriptionprivate final BossEvent.BossBarOverlay
ClientboundBossEventPacket.AddOperation.overlay
private final BossEvent.BossBarOverlay
ClientboundBossEventPacket.UpdateStyleOperation.overlay
Methods in net.minecraft.network.protocol.game with parameters of type BossEvent.BossBarOverlayModifier and TypeMethodDescriptiondefault void
ClientboundBossEventPacket.Handler.add
(UUID pId, Component pName, float pProgress, BossEvent.BossBarColor pColor, BossEvent.BossBarOverlay pOverlay, boolean pDarkenScreen, boolean pPlayMusic, boolean pCreateWorldFog) default void
ClientboundBossEventPacket.Handler.updateStyle
(UUID pId, BossEvent.BossBarColor pColor, BossEvent.BossBarOverlay pOverlay) Constructors in net.minecraft.network.protocol.game with parameters of type BossEvent.BossBarOverlayModifierConstructorDescription(package private)
UpdateStyleOperation
(BossEvent.BossBarColor pColor, BossEvent.BossBarOverlay pOverlay) -
Uses of BossEvent.BossBarOverlay in net.minecraft.server.commands
Methods in net.minecraft.server.commands with parameters of type BossEvent.BossBarOverlayModifier and TypeMethodDescriptionprivate static int
BossBarCommands.setStyle
(CommandSourceStack pSource, CustomBossEvent pBossbar, BossEvent.BossBarOverlay pStyle) -
Uses of BossEvent.BossBarOverlay in net.minecraft.server.level
Methods in net.minecraft.server.level with parameters of type BossEvent.BossBarOverlayModifier and TypeMethodDescriptionvoid
ServerBossEvent.setOverlay
(BossEvent.BossBarOverlay pOverlay) Constructors in net.minecraft.server.level with parameters of type BossEvent.BossBarOverlayModifierConstructorDescriptionServerBossEvent
(Component pName, BossEvent.BossBarColor pColor, BossEvent.BossBarOverlay pOverlay) -
Uses of BossEvent.BossBarOverlay in net.minecraft.world
Fields in net.minecraft.world declared as BossEvent.BossBarOverlayMethods in net.minecraft.world that return BossEvent.BossBarOverlayModifier and TypeMethodDescriptionstatic BossEvent.BossBarOverlay
BossEvent.getOverlay()
static BossEvent.BossBarOverlay
Returns the enum constant of this class with the specified name.static BossEvent.BossBarOverlay[]
BossEvent.BossBarOverlay.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.BossBarOverlayConstructors in net.minecraft.world with parameters of type BossEvent.BossBarOverlayModifierConstructorDescriptionBossEvent
(UUID pId, Component pName, BossEvent.BossBarColor pColor, BossEvent.BossBarOverlay pOverlay)