Uses of Enum Class
net.minecraft.world.BossInfo.Overlay
Packages that use BossInfo.Overlay
Package
Description
-
Uses of BossInfo.Overlay in net.minecraft.command.impl
Methods in net.minecraft.command.impl with parameters of type BossInfo.OverlayModifier and TypeMethodDescriptionprivate static int
BossBarCommand.setStyle
(CommandSource p_201390_0_, CustomServerBossInfo p_201390_1_, BossInfo.Overlay p_201390_2_) -
Uses of BossInfo.Overlay in net.minecraft.network.play.server
Fields in net.minecraft.network.play.server declared as BossInfo.OverlayMethods in net.minecraft.network.play.server that return BossInfo.Overlay -
Uses of BossInfo.Overlay in net.minecraft.world
Fields in net.minecraft.world declared as BossInfo.OverlayMethods in net.minecraft.world that return BossInfo.OverlayModifier and TypeMethodDescriptionstatic BossInfo.Overlay
BossInfo.getOverlay()
static BossInfo.Overlay
Returns the enum constant of this class with the specified name.static BossInfo.Overlay[]
BossInfo.Overlay.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.OverlayConstructors in net.minecraft.world with parameters of type BossInfo.OverlayModifierConstructorDescriptionBossInfo
(UUID p_i46824_1_, ITextComponent p_i46824_2_, BossInfo.Color p_i46824_3_, BossInfo.Overlay p_i46824_4_) -
Uses of BossInfo.Overlay in net.minecraft.world.server
Methods in net.minecraft.world.server with parameters of type BossInfo.OverlayConstructors in net.minecraft.world.server with parameters of type BossInfo.OverlayModifierConstructorDescriptionServerBossInfo
(ITextComponent p_i46839_1_, BossInfo.Color p_i46839_2_, BossInfo.Overlay p_i46839_3_)